aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/commits.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r--templates/repo/commits.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl
index 385f9d5b..420e973a 100644
--- a/templates/repo/commits.tmpl
+++ b/templates/repo/commits.tmpl
@@ -34,7 +34,7 @@
<td class="author"><img class="avatar" src="{{AvatarLink .Author.Email}}" alt=""/><a href="/user/email2user?email={{.Author.Email}}">{{.Author.Name}}</a></td>
<td class="sha"><a rel="nofollow" class="label label-success" href="/{{$username}}/{{$reponame}}/commit/{{.Id}} ">{{SubStr .Id.String 0 10}} </a></td>
<td class="message">{{.Summary}} </td>
- <td class="date">{{TimeSince .Author.When}}</td>
+ <td class="date">{{TimeSince .Author.When $.Lang}}</td>
</tr>
{{end}}
</tbody>