summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-19 10:50:38 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-19 10:50:38 +0100
commit618b54910ef3183cd1a3bf71ffe6301e029973fb (patch)
treeda778369b7aab0fceaa8259569b54156e2e1460e /app/views
parenta2912074be67deb6345a37787c14b7e640be26f8 (diff)
downloadgitlab-ce-618b54910ef3183cd1a3bf71ffe6301e029973fb.tar.gz
Improve UI for emoji awards
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/issues/_discussion.html.haml2
-rw-r--r--app/views/votes/_votes_block.html.haml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml
index c5fd863ae99..020952dd001 100644
--- a/app/views/projects/issues/_discussion.html.haml
+++ b/app/views/projects/issues/_discussion.html.haml
@@ -7,7 +7,7 @@
= render 'shared/show_aside'
-.gray-content-block.second-block
+.gray-content-block.second-block.oneline-block
.row
.col-md-9
.votes-holder.pull-right
diff --git a/app/views/votes/_votes_block.html.haml b/app/views/votes/_votes_block.html.haml
index 3eadf209a59..f32e5193d1a 100644
--- a/app/views/votes/_votes_block.html.haml
+++ b/app/views/votes/_votes_block.html.haml
@@ -8,7 +8,7 @@
.dropdown.awards-controls
%a.add-award{"data-toggle" => "dropdown", "data-target" => "#", "href" => "#"}
- = icon('plus-circle')
+ = icon('plus-square-o')
%ul.dropdown-menu.awards-menu
- emoji_list.each do |emoji|
%li{"data-emoji" => "#{emoji}"}= image_tag url_to_emoji(emoji), height: "20px", width: "20px"
@@ -27,4 +27,4 @@
emoji = $(this).find(".icon").data("emoji")
awards_handler.addAward(emoji)
- $(".award").tooltip() \ No newline at end of file
+ $(".award").tooltip()