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
add omitted lang
for-closed-social
Vyacheslav Bakhmutov
10 years ago
parent
fc18741cc7
commit
ce7422473a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/issue/view.tmpl
+ 1
- 1
templates/repo/issue/view.tmpl
View File
@ -236,7 +236,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