Allow emoji on review head comments (#10159)

Co-authored-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
guillep2k 2020-02-06 15:35:53 -03:00 committed by GitHub
parent 727fc42db7
commit 08c9160e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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