File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
</td>
72
72
<td class="message">
73
73
<span class="message-wrapper">
74
- <span class="commit-summary has-emoji{{if gt .ParentCount 1}} grey text{{end}}" title="{{.Summary}}">{{.Summary }}</span>
74
+ <span class="commit-summary has-emoji{{if gt .ParentCount 1}} grey text{{end}}" title="{{.Summary}}">{{RenderCommitMessage .Message $.RepoLink $.Repository.ComposeMetas }}</span>
75
75
{{if IsMultilineCommitMessage .Message}}
76
76
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
77
77
<pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre>
Original file line number Diff line number Diff line change 28
28
{{end}}
29
29
</a>
30
30
{{template "repo/commit_status" .LatestCommitStatus}}
31
- <span class="grey has-emoji commit-summary" title="{{.LatestCommit.Summary}}">{{.LatestCommit.Summary }}
31
+ <span class="grey has-emoji commit-summary" title="{{.LatestCommit.Summary}}">{{RenderCommitMessage .LatestCommit.Message $.RepoLink $.Repository.ComposeMetas }}
32
32
{{if IsMultilineCommitMessage .LatestCommit.Message}}
33
33
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
34
34
<pre class="commit-body" style="display: none;">{{RenderCommitBody .LatestCommit.Message $.RepoLink $.Repository.ComposeMetas}}</pre>
You can’t perform that action at this time.
0 commit comments