summaryrefslogtreecommitdiff
path: root/app/views/votes
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-11-18 23:59:58 +0200
committerValery Sizov <vsv2711@gmail.com>2015-11-19 01:26:00 +0200
commit23df515fd09661a690c0c0a651e131bc3a6d0191 (patch)
treea8583bef6f0c96c3c99d8b141d00a5638035b008 /app/views/votes
parentd8676f18fcbd6b78af472b8b00c29f20820a74a9 (diff)
downloadgitlab-ce-23df515fd09661a690c0c0a651e131bc3a6d0191.tar.gz
Emoji: fix image of emoji when it is submitted via comment
Diffstat (limited to 'app/views/votes')
-rw-r--r--app/views/votes/_votes_block.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/votes/_votes_block.html.haml b/app/views/votes/_votes_block.html.haml
index afd1c2745a1..5392915b4dd 100644
--- a/app/views/votes/_votes_block.html.haml
+++ b/app/views/votes/_votes_block.html.haml
@@ -12,7 +12,6 @@
- emoji_list.each do |emoji|
%li{"data-emoji" => "#{emoji}"}= image_tag url_to_emoji(emoji), height: "20px", width: "20px"
-
:coffeescript
post_emoji_url = "#{award_toggle_namespace_project_notes_path(@project.namespace, @project)}"
noteable_type = "#{votable.class}"