Skip to content

Commit b5b4436

Browse files
guillep2ktechknowlogicksapk
authored
Allow emoji on review head comments (#10159) (#10174)
Co-authored-by: techknowlogick <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: Antoine GIRARD <[email protected]>
1 parent 6af5802 commit b5b4436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
{{if .Content}}
337337
<div class="detail">
338338
<span class="octicon octicon-quote"></span>
339-
<span class="text grey">{{.Content}}</span>
339+
<span class="text grey has-emoji">{{.Content}}</span>
340340
</div>
341341
{{end}}
342342
{{ range $filename, $lines := .Review.CodeComments}}

0 commit comments

Comments
 (0)