Browse Source

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

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
(cherry picked from commit 08c63190c6)
tags/v1.9.3
Mario Lubenka 6 years ago committed by Lunny Xiao
parent
commit
3cc728870a
  1. 4
      templates/repo/view_list.tmpl

4
templates/repo/view_list.tmpl

@ -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>

Loading…
Cancel
Save