summaryrefslogtreecommitdiff
path: root/app/views/votes
diff options
context:
space:
mode:
authorAnnabel Dunstone <a.dunstone89@gmail.com>2016-02-18 22:02:22 -0600
committerAnnabel Dunstone <a.dunstone89@gmail.com>2016-02-18 22:02:22 -0600
commit074fa8f2b94bbd3039da96819b5f0e615274a101 (patch)
treea7790b5c9c02a5fb0250b614cd94716b314a83bf /app/views/votes
parent66c03e0e2948159793bf0f288a5253a7ad56869a (diff)
downloadgitlab-ce-074fa8f2b94bbd3039da96819b5f0e615274a101.tar.gz
Load award emoji picker with ajax request
Diffstat (limited to 'app/views/votes')
-rw-r--r--app/views/votes/_votes_block.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/votes/_votes_block.html.haml b/app/views/votes/_votes_block.html.haml
index 91c5b7eac5e..176fd29cb57 100644
--- a/app/views/votes/_votes_block.html.haml
+++ b/app/views/votes/_votes_block.html.haml
@@ -9,15 +9,6 @@
.awards-controls
%a.add-award{"href" => "#"}
= icon('smile-o')
- .emoji-menu
- .emoji-menu-content
- = text_field_tag :emoji_search, "", class: "emoji-search search-input form-control"
- - AwardEmoji.emoji_by_category.each do |category, emojis|
- %h5= AwardEmoji::CATEGORIES[category]
- %ul
- - emojis.each do |emoji|
- %li
- = emoji_icon(emoji["name"], emoji["unicode"], emoji["aliases"])
- if current_user
:javascript