summaryrefslogtreecommitdiff
path: root/app/views/emojis/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/emojis/index.html.haml')
-rw-r--r--app/views/emojis/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/emojis/index.html.haml b/app/views/emojis/index.html.haml
index 790d90ad3ee..49bd9acd2db 100644
--- a/app/views/emojis/index.html.haml
+++ b/app/views/emojis/index.html.haml
@@ -7,5 +7,5 @@
%ul.clearfix.emoji-menu-list
- emojis.each do |emoji|
%li.pull-left.text-center.emoji-menu-list-item
- %button.emoji-menu-btn.text-center.js-emoji-btn{type: "button"}
+ %button.emoji-menu-btn.text-center.js-emoji-btn{ type: "button" }
= emoji_icon(emoji["name"], emoji["unicode"], emoji["aliases"])