Browse Source

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

tags/v1.2.0-rc1
Morlinest 7 years ago
parent
commit
4fa691c4dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/repo/graph.tmpl

+ 1
- 1
templates/repo/graph.tmpl View File

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