Skip to content

Commit

Permalink
Allow emoji on review head comments (go-gitea#10159)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <matti@mdranta.net>
  • Loading branch information
guillep2k and techknowlogick committed Feb 6, 2020
1 parent 727fc42 commit 08c9160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/issue/view_content/comments.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
{{if .Content}}
<div class="detail">
<span class="octicon octicon-quote"></span>
<span class="text grey">{{.Content}}</span>
<span class="text grey has-emoji">{{.Content}}</span>
</div>
{{end}}
{{ range $filename, $lines := .Review.CodeComments}}
Expand Down

0 comments on commit 08c9160

Please sign in to comment.