summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/create.tmpl
diff options
context:
space:
mode:
authorVyacheslav Bakhmutov <m0sth8@yandex-team.ru>2014-10-11 13:43:21 +0700
committerVyacheslav Bakhmutov <m0sth8@yandex-team.ru>2014-10-11 13:43:21 +0700
commit5103f16f786e9b1b7f8896d5c40bb91990c2aa4e (patch)
treec9490d27fdb4b47a25e5004a5c14d3c22b3380a1 /templates/repo/issue/create.tmpl
parente848b17fab55569b323b9093eb49e9f78df2422c (diff)
downloadgitea-5103f16f786e9b1b7f8896d5c40bb91990c2aa4e.tar.gz
gitea-5103f16f786e9b1b7f8896d5c40bb91990c2aa4e.zip
add omitted lang
Diffstat (limited to 'templates/repo/issue/create.tmpl')
-rw-r--r--templates/repo/issue/create.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/create.tmpl b/templates/repo/issue/create.tmpl
index 9b5468397d..a2471a0638 100644
--- a/templates/repo/issue/create.tmpl
+++ b/templates/repo/issue/create.tmpl
@@ -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>