File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
</a>
69
69
</td>
70
70
<td class="message collapsing">
71
- <span class="has-emoji{{if gt .ParentCount 1}} grey text{{end}}">{{RenderCommitMessage .Summary $.RepoLink $.Repository.ComposeMetas }}</span>
71
+ <span class="has-emoji{{if gt .ParentCount 1}} grey text{{end}}">{{.Summary}}</span>
72
72
{{if IsMultilineCommitMessage .Message}}
73
73
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
74
74
<pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre>
Original file line number Diff line number Diff line change 27
27
</div>
28
28
{{end}}
29
29
</a>
30
- <span class="grey has-emoji">{{RenderCommitMessage .LatestCommit.Summary .RepoLink $.Repository.ComposeMetas }}
30
+ <span class="grey has-emoji">{{.LatestCommit.Summary}}
31
31
{{if IsMultilineCommitMessage .LatestCommit.Message}}
32
32
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
33
33
<pre class="commit-body" style="display: none;">{{RenderCommitBody .LatestCommit.Message $.RepoLink $.Repository.ComposeMetas}}</pre>
79
79
</td>
80
80
{{end}}
81
81
<td class="message collapsing has-emoji">
82
- {{RenderCommitMessageLink $commit.Summary $. RepoLink (print $.RepoLink " /commit/" $commit.ID) $.Repository.ComposeMetas}}
82
+ <a href="{{$. RepoLink}} /commit/{{ $commit.ID}}">{{$commit.Summary}}</a>
83
83
</td>
84
84
<td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
85
85
</tr>
You can’t perform that action at this time.
0 commit comments