Allow emoji on review head comments (#10159)

Co-authored-by: techknowlogick <matti@mdranta.net>
tokarchuk/v1.17
guillep2k 5 years ago committed by GitHub
parent 727fc42db7
commit 08c9160e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/repo/issue/view_content/comments.tmpl

@ -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}}

Loading…
Cancel
Save