Evaluate emojis in commit messages in list view (#7906)

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
pull/6341/head^2
Mario Lubenka 2019-08-18 17:53:50 +02:00 committed by Lauris BH
parent 2d0b90c967
commit 08c63190c6
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@
</span>
</td>
{{end}}
<td class="message has-emoji">
<span class="truncate">
<td class="message">
<span class="truncate has-emoji">
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
</span>
</td>