add omitted lang

This commit is contained in:
Vyacheslav Bakhmutov 2014-10-11 13:43:21 +07:00
commit 5103f16f78
2 changed files with 2 additions and 2 deletions

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>