Browse Source

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

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
tags/v1.10.0-rc1
Mario Lubenka 4 years ago
parent
commit
08c63190c6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      templates/repo/view_list.tmpl

+ 2
- 2
templates/repo/view_list.tmpl 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>

Loading…
Cancel
Save