summaryrefslogtreecommitdiff
path: root/app/views/votes
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-12-24 11:57:46 +0200
committerValery Sizov <vsv2711@gmail.com>2015-12-24 11:57:46 +0200
commit5da8c1f77a7a6f65366c02d17af763c0e19996bf (patch)
tree92692257f5103497be22b7ad4358be5f0c76df2d /app/views/votes
parent694579ce040465c1e76a1000c200496e9c2c90af (diff)
downloadgitlab-ce-5da8c1f77a7a6f65366c02d17af763c0e19996bf.tar.gz
fixes after review
Diffstat (limited to 'app/views/votes')
-rw-r--r--app/views/votes/_votes_block.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/votes/_votes_block.html.haml b/app/views/votes/_votes_block.html.haml
index a344ac1a62e..e16187bb42f 100644
--- a/app/views/votes/_votes_block.html.haml
+++ b/app/views/votes/_votes_block.html.haml
@@ -33,11 +33,11 @@
aliases
)
- $(".awards").on "click", ".emoji-menu-content li", (e)->
+ $(".awards").on "click", ".emoji-menu-content li", (e) ->
emoji = $(this).find(".emoji-icon").data("emoji")
awards_handler.addAward(emoji)
- $(".awards").on "click", ".award", (e)->
+ $(".awards").on "click", ".award", (e) ->
emoji = $(this).find(".icon").data("emoji")
awards_handler.addAward(emoji)