Explorar el Código

add omitted lang

Vyacheslav Bakhmutov hace 10 años
padre
commit
ce7422473a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/repo/issue/view.tmpl

+ 1 - 1
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>