File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 </a>
6969 </td>
7070 <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>
7272 {{if IsMultilineCommitMessage .Message}}
7373 <button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
7474 <pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre>
Original file line number Diff line number Diff line change 2727 </div>
2828 {{end}}
2929 </a>
30- <span class="grey has-emoji">{{RenderCommitMessage .LatestCommit.Summary .RepoLink $.Repository.ComposeMetas }}
30+ <span class="grey has-emoji">{{.LatestCommit.Summary}}
3131 {{if IsMultilineCommitMessage .LatestCommit.Message}}
3232 <button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
3333 <pre class="commit-body" style="display: none;">{{RenderCommitBody .LatestCommit.Message $.RepoLink $.Repository.ComposeMetas}}</pre>
7979 </td>
8080 {{end}}
8181 <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>
8383 </td>
8484 <td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
8585 </tr>
You can’t perform that action at this time.
0 commit comments