This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#549
from m0sth8/fix-timesince
Add omitted lang
for-closed-social
无闻
10 years ago
parent
e848b17fab
5103f16f78
commit
17c1bc7383
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/admin/monitor.tmpl
+1
-1
templates/repo/issue/create.tmpl
+ 1
- 1
templates/admin/monitor.tmpl
View File
@ -58,7 +58,7 @@
<td>{{.Pid}}</td>
<td>{{.Description}}</td>
<td>{{.Start}}</td>
<td>{{TimeSince .Start}}</td>
<td>{{TimeSince .Start
.i18n.Lang
}}</td>
</tr>
{{end}}
</tbody>
+ 1
- 1
templates/repo/issue/create.tmpl
View File
@ -71,7 +71,7 @@
{{range .ClosedMilestones}}
<li class="milestone-item" data-id="{{.Id}}">
<p><strong>{{.Name}}</strong></p>
<p>Closed {{TimeSince .ClosedDate}}</p>
<p>Closed {{TimeSince .ClosedDate
$.Lang
}}</p>
</li>
{{end}}
</ul>
Write
Preview
Loading…
Cancel
Save