From 1ca257ad9f90084f4140bd1df4692f9a56c83ad4 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 31 Aug 2015 16:24:28 +0900 Subject: rename fields --- 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 eefdf8c8..56ec2da3 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -10,7 +10,7 @@ {{else if .IsDiffCompare}} - {{ShortSha .BeforeCommitId}} ... {{ShortSha .AfterCommitId}} + {{ShortSha .BeforeCommitID}} ... {{ShortSha .AfterCommitID}} {{end}}
-- cgit v1.2.3