Browse Source
Allow emoji on review head comments (#10159)
Co-authored-by: techknowlogick <matti@mdranta.net>
tags/v1.21.12.1
guillep2k
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
templates/repo/issue/view_content/comments.tmpl
|
|
|
@@ -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}} |
|
|
|
|