Browse Source
Allow emoji on review head comments (#10159)
Co-authored-by: techknowlogick <matti@mdranta.net>
for-closed-social
guillep2k
4 years ago
committed by
GitHub
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}} |
|
|
|