diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2020-02-07 17:39:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 21:39:24 +0100 |
commit | b5b44364e395a4321004721343f1b2a16a0a646e (patch) | |
tree | be0ec0982dd095066e9df920774383b74cdb60ed /templates | |
parent | 6af58022c881457bc018db61ea5eaa67fd720b42 (diff) | |
download | gitea-b5b44364e395a4321004721343f1b2a16a0a646e.tar.gz gitea-b5b44364e395a4321004721343f1b2a16a0a646e.zip |
Allow emoji on review head comments (#10159) (#10174)
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/issue/view_content/comments.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index 40db434dec..942a5ed051 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -336,7 +336,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}} |