diff options
author | dennis-smurf <dnnssmth8@netscape.net> | 2014-12-05 11:02:52 +0100 |
---|---|---|
committer | dennis-smurf <dnnssmth8@netscape.net> | 2014-12-05 11:02:52 +0100 |
commit | 528c075ad668da4fbe9193e477c783cc76321503 (patch) | |
tree | 4fab007e796cca48938ca56571634765a10a557b /templates/repo/diff.tmpl | |
parent | e577f2fff38957316a2b6d584cad9bc7abaf732b (diff) | |
download | gitea-528c075ad668da4fbe9193e477c783cc76321503.tar.gz gitea-528c075ad668da4fbe9193e477c783cc76321503.zip |
Added issue link rendering in commit messages
Diffstat (limited to 'templates/repo/diff.tmpl')
-rw-r--r-- | templates/repo/diff.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index 61164c0de0..2726b94d9d 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -17,7 +17,7 @@ <div class="panel panel-info panel-radius diff-head-box"> <div class="panel-header"> <a class="pull-right btn btn-blue btn-header btn-medium btn-radius" rel="nofollow" href="{{.SourcePath}}">{{.i18n.Tr "repo.diff.browse_source"}}</a> - <h4 class="commit-message">{{.Commit.Message}}</h4> + <h4 class="commit-message">{{Str2html .Commit.Message}}</h4> </div> <div class="panel-body"> <span class="pull-right"> |