aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/graph.tmpl
diff options
context:
space:
mode:
authorMorlinest <Morlinest@users.noreply.github.com>2017-03-30 12:05:38 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-03-30 18:05:38 +0800
commit4fa691c4dd57a1514bcbf698c32149e3ba81993f (patch)
treeb4e3f7f8069343cfcf6c203e199165ce0d64025a /templates/repo/graph.tmpl
parent912b340d0d674b35ef04e66d00a10a8e4a02e82c (diff)
downloadgitea-4fa691c4dd57a1514bcbf698c32149e3ba81993f.tar.gz
gitea-4fa691c4dd57a1514bcbf698c32149e3ba81993f.zip
Make issue in commit graph "clickable" (#1392)
Diffstat (limited to 'templates/repo/graph.tmpl')
-rw-r--r--templates/repo/graph.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/graph.tmpl b/templates/repo/graph.tmpl
index 56bb1d92ed..02ce3df280 100644
--- a/templates/repo/graph.tmpl
+++ b/templates/repo/graph.tmpl
@@ -26,7 +26,7 @@
<a href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.Rev}}">{{ .ShortRev}}</a>
</code>
<strong> {{.Branch}}</strong>
- <em>{{.Subject}}</em> by
+ <em>{{RenderCommitMessage false .Subject $.RepoLink $.Repository.ComposeMetas}}</em> by
<span class="author">
{{.Author}}
</span>