Browse Source

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

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
master
Mario Lubenka Lauris BH 5 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> </span>
</td> </td>
{{end}} {{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> <a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
</span> </span>
</td> </td>


Loading…
Cancel
Save