summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVyacheslav Bakhmutov <m0sth8@yandex-team.ru>2014-10-08 12:27:05 +0400
committerVyacheslav Bakhmutov <m0sth8@yandex-team.ru>2014-10-08 12:27:05 +0400
commitce7422473ad6e634272459b778597ecbf05e7cec (patch)
treec63116c78fa685b252f4c0d0b241bd09a6c0d004 /templates
parentfc18741cc78acbb6fac5cf89fa5ae7034178c5ca (diff)
downloadgitea-ce7422473ad6e634272459b778597ecbf05e7cec.tar.gz
gitea-ce7422473ad6e634272459b778597ecbf05e7cec.zip
add omitted lang
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/issue/view.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl
index 49aa982aef..68bc047b56 100644
--- a/templates/repo/issue/view.tmpl
+++ b/templates/repo/issue/view.tmpl
@@ -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>