From 528c075ad668da4fbe9193e477c783cc76321503 Mon Sep 17 00:00:00 2001 From: dennis-smurf Date: Fri, 5 Dec 2014 11:02:52 +0100 Subject: Added issue link rendering in commit messages --- templates/repo/view_list.tmpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'templates/repo/view_list.tmpl') diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index d516eac9..8160c17b 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -14,7 +14,7 @@ {{ShortSha .LastCommit.Id.String}} - {{.LastCommit.Summary}} + {{Str2html .LastCommit.Summary}} {{TimeSince .LastCommit.Author.When $.Lang}} @@ -25,6 +25,7 @@ .. + SHA1 @@ -48,8 +49,11 @@ {{$entry.Name}} {{end}} - - {{$commit.Summary}} + + {{SubStr $commit.Id.String 0 10}} + + + {{Str2html $commit.Summary}} {{TimeSince $commit.Committer.When $.Lang}} -- cgit v1.2.3