Browse Source

Allow emoji on review head comments (#10159)

Co-authored-by: techknowlogick <matti@mdranta.net>
for-closed-social
guillep2k 4 years ago
committed by GitHub
parent
commit
08c9160e71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/issue/view_content/comments.tmpl

+ 1
- 1
templates/repo/issue/view_content/comments.tmpl View File

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