Remove link to the commit from the commit message because there are an other link to the commit.

This commit is contained in:
Naoki Takezoe
2016-06-21 12:55:15 +09:00
parent 3f34622fe0
commit 514b1aeec1

View File

@@ -48,7 +48,7 @@
<div>
<div class="commit-avatar-image">@avatarLink(commit, 40)</div>
<div>
<a href="@url(repository)/commit/@commit.id" class="commit-message strong">@link(commit.summary, repository)</a>
@link(commit.summary, repository)
@if(commit.description.isDefined){
<a href="javascript:void(0)" onclick="$('#description-@commit.id').toggle();" class="omit">...</a>
}