Skip to content

Commit 3cc7288

Browse files
saitholunny
authored andcommitted
Evaluate emojis in commit messages in list view (#7906) (#8044)
Signed-off-by: Mario Lubenka <[email protected]> (cherry picked from commit 08c6319)
1 parent 0793b5e commit 3cc7288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/view_list.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
</span>
8282
</td>
8383
{{end}}
84-
<td class="message has-emoji">
85-
<span class="truncate">
84+
<td class="message">
85+
<span class="truncate has-emoji">
8686
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
8787
</span>
8888
</td>

0 commit comments

Comments
 (0)