@ -65,8 +65,12 @@
</td>
</td>
<td class="message">
<td class="message">
<span class="message-wrapper">
<span class="message-wrapper">
{{if $.PageIsWiki}}
<span class="commit-summary has-emoji{{if gt .ParentCount 1}} grey text{{end}}" title="{{.Summary}}">{{.Summary}}</span>
{{else }}
{{ $ commitLink := printf "%s/%s/%s/commit/%s" AppSubUrl $.Username $.Reponame .ID }}
{{ $ commitLink := printf "%s/%s/%s/commit/%s" AppSubUrl $.Username $.Reponame .ID }}
<span class="commit-summary has-emoji{{if gt .ParentCount 1}} grey text{{end}}" title="{{.Summary}}">{{RenderCommitMessageLinkSubject .Message $.RepoLink $ commitLink $.Repository.ComposeMetas}}</span>
<span class="commit-summary has-emoji{{if gt .ParentCount 1}} grey text{{end}}" title="{{.Summary}}">{{RenderCommitMessageLinkSubject .Message $.RepoLink $ commitLink $.Repository.ComposeMetas}}</span>
{{end}}
</span>
</span>
{{if IsMultilineCommitMessage .Message}}
{{if IsMultilineCommitMessage .Message}}
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>