aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/view_list.tmpl
diff options
context:
space:
mode:
authorMario Lubenka <mario.lubenka@googlemail.com>2019-08-18 17:53:50 +0200
committerLauris BH <lauris@nix.lv>2019-08-18 18:53:50 +0300
commit08c63190c68ca63f99f510f7f2c6cda41d531343 (patch)
tree92f2814612b97cb290321ad469c5c9e839285875 /templates/repo/view_list.tmpl
parent2d0b90c967b24ba4558540d9db985b121b77f455 (diff)
downloadgitea-08c63190c68ca63f99f510f7f2c6cda41d531343.tar.gz
gitea-08c63190c68ca63f99f510f7f2c6cda41d531343.zip
Evaluate emojis in commit messages in list view (#7906)
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r--templates/repo/view_list.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl
index 75269837cb..bb22f47436 100644
--- a/templates/repo/view_list.tmpl
+++ b/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>