From 1aa12c74523680946dd220b6fc8cbe6d594b5a54 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 15 Oct 2014 16:28:38 -0400 Subject: Fix #572 --- templates/repo/commits_table.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/commits_table.tmpl') diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 5b9761b1..d48d61a5 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -26,7 +26,7 @@    {{if .UserName}}{{.Author.Name}}{{else}}{{.Author.Name}}{{end}} {{SubStr .Id.String 0 10}} - {{.Summary}} + {{.Summary}} {{TimeSince .Author.When $.Lang}} {{end}} -- cgit v1.2.3