We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f22e2d commit d24219dCopy full SHA for d24219d
templates/repo/view_list.tmpl
@@ -80,7 +80,8 @@
80
<td class="message nine wide">
81
<span class="truncate">
82
{{if $commit}}
83
- <a href="{{$.RepoLink}}/commit/{{PathEscape $commit.ID.String}}" title="{{$commit.Summary}}">{{$commit.Summary | RenderEmoji}}</a>
+ {{$commitLink := printf "%s/commit/%s" $.RepoLink (PathEscape $commit.ID.String)}}
84
+ {{RenderCommitMessageLinkSubject $commit.Message $.RepoLink $commitLink $.Repository.ComposeMetas}}
85
{{else}}
86
<div class="ui active tiny slow centered inline">…</div>
87
{{end}}
0 commit comments