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/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 eb819e38..bd3777b4 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -32,7 +32,7 @@ {{end}} {{SubStr .Id.String 0 10}} - {{.Summary}} + {{Str2html .Summary}} {{TimeSince .Author.When $.Lang}} {{end}} -- cgit v1.2.3