From 1b5e1bebc2448439570e2e49233bd6de066b82c6 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 4 Nov 2015 00:32:25 -0500 Subject: fix #1886 --- 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 a077af0b..6fc17508 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -36,7 +36,7 @@   {{.Author.Name}} {{end}} - {{SubStr .Id.String 0 10}} + {{SubStr .ID.String 0 10}} {{RenderCommitMessage .Summary $.RepoLink}} {{TimeSince .Author.When $.Lang}} -- cgit v1.2.3