Allow emoji on review head comments (#10159)
Co-authored-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
parent
727fc42db7
commit
08c9160e71
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@
|
||||||
{{if .Content}}
|
{{if .Content}}
|
||||||
<div class="detail">
|
<div class="detail">
|
||||||
<span class="octicon octicon-quote"></span>
|
<span class="octicon octicon-quote"></span>
|
||||||
<span class="text grey">{{.Content}}</span>
|
<span class="text grey has-emoji">{{.Content}}</span>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ range $filename, $lines := .Review.CodeComments}}
|
{{ range $filename, $lines := .Review.CodeComments}}
|
||||||
|
|
Reference in a new issue