Browse Source

Make issue in commit graph "clickable" (#1392)

tags/v1.2.0-rc1
Morlinest 8 years ago committed by Lunny Xiao
parent
commit
4fa691c4dd
  1. 2
      templates/repo/graph.tmpl

2
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>

Loading…
Cancel
Save