diff options
author | Morlinest <Morlinest@users.noreply.github.com> | 2017-03-30 12:05:38 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-30 18:05:38 +0800 |
commit | 4fa691c4dd57a1514bcbf698c32149e3ba81993f (patch) | |
tree | b4e3f7f8069343cfcf6c203e199165ce0d64025a /templates/repo/graph.tmpl | |
parent | 912b340d0d674b35ef04e66d00a10a8e4a02e82c (diff) | |
download | gitea-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.tmpl | 2 |
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> |