Skip to content

Commit

Permalink
Allow emoji on review head comments (#10159) (#10174)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <[email protected]>

Co-authored-by: techknowlogick <[email protected]>
Co-authored-by: Antoine GIRARD <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2020
1 parent 6af5802 commit b5b4436
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 @@ -336,7 +336,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 b5b4436

Please sign in to comment.