aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/commits_table.tmpl
diff options
context:
space:
mode:
authordennis-smurf <dnnssmth8@netscape.net>2014-12-05 11:02:52 +0100
committerdennis-smurf <dnnssmth8@netscape.net>2014-12-05 11:02:52 +0100
commit528c075ad668da4fbe9193e477c783cc76321503 (patch)
tree4fab007e796cca48938ca56571634765a10a557b /templates/repo/commits_table.tmpl
parente577f2fff38957316a2b6d584cad9bc7abaf732b (diff)
Added issue link rendering in commit messages
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r--templates/repo/commits_table.tmpl2
1 files changed, 1 insertions, 1 deletions
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}}
</td>
<td class="sha"><a rel="nofollow" class="label label-green" href="{{AppSubUrl}}/{{$username}}/{{$reponame}}/commit/{{.Id}} ">{{SubStr .Id.String 0 10}} </a></td>
- <td class="message"><span class="text-truncate">{{.Summary}}</span></td>
+ <td class="message"><span class="text-truncate">{{Str2html .Summary}}</span></td>
<td class="date">{{TimeSince .Author.When $.Lang}}</td>
</tr>
{{end}}