mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
Allow emoji on review head comments (#10159)
Co-authored-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
parent
727fc42db7
commit
08c9160e71
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user