summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view.tmpl
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2016-03-03 01:18:58 +0100
committerAndrey Nering <andrey.nering@gmail.com>2016-03-03 01:54:05 +0100
commit13e71acadf538124724c24b6332e4fa8a59baadb (patch)
treef49edfe271408ae5cc6cd3275e64512a2312d780 /templates/repo/issue/view.tmpl
parentUpdate TRANSLATORS and remove tip for CI (diff)
downloadforgejo-13e71acadf538124724c24b6332e4fa8a59baadb.tar.xz
forgejo-13e71acadf538124724c24b6332e4fa8a59baadb.zip
Render emojis in more places.
Diffstat (limited to 'templates/repo/issue/view.tmpl')
-rw-r--r--templates/repo/issue/view.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl
index 1f25f1535b..4e2e69bbeb 100644
--- a/templates/repo/issue/view.tmpl
+++ b/templates/repo/issue/view.tmpl
@@ -16,11 +16,13 @@
{{if .Issue.IsPull}}
{{template "repo/issue/view_title" .}}
{{template "repo/pulls/tab_menu" .}}
- <div class="ui bottom attached tab pull segment active" data-tab="request-{{.ID}}">
+ <div class="ui bottom attached tab pull segment active has-emoji" data-tab="request-{{.ID}}">
{{template "repo/issue/view_content" .}}
</div>
{{else}}
- {{template "repo/issue/view_content" .}}
+ <div class="has-emoji">
+ {{template "repo/issue/view_content" .}}
+ </div>
{{end}}
</div>
</div>