summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content/add_reaction.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/view_content/add_reaction.tmpl')
-rw-r--r--templates/repo/issue/view_content/add_reaction.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/view_content/add_reaction.tmpl b/templates/repo/issue/view_content/add_reaction.tmpl
index 9e1dc3cc87..543f313f0a 100644
--- a/templates/repo/issue/view_content/add_reaction.tmpl
+++ b/templates/repo/issue/view_content/add_reaction.tmpl
@@ -1,8 +1,8 @@
{{if .ctx.IsSigned}}
<div class="item action ui pointing top right select-reaction dropdown" data-action-url="{{ .ActionURL }}">
<a class="add-reaction">
- <i class="octicon octicon-plus-small" style="width: 10px"></i>
- <i class="octicon octicon-smiley"></i>
+ {{svg "octicon-plus-small" 16}}
+ {{svg "octicon-smiley" 16}}
</a>
<div class="menu has-emoji">
<div class="header">{{ .ctx.i18n.Tr "repo.pick_reaction"}}</div>