Browse Source

add omitted lang

tags/v0.9.99
Vyacheslav Bakhmutov 9 years ago
parent
commit
5103f16f78
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      templates/admin/monitor.tmpl
  2. 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>

Loading…
Cancel
Save