summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-28 16:18:47 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-28 16:18:47 +0200
commit8064b3b76788f84b2e86b2b6331cd874c2dddcaf (patch)
treeedc8eb8b132ceddb5a65ff10dfc7ba909c9c9b14
parent9114cfbb0a27c57d38c520384976cd9f770947df (diff)
downloadgitlab-ce-8064b3b76788f84b2e86b2b6331cd874c2dddcaf.tar.gz
Fix btn margin for commit show page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 3813471831c..df44c30c005 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -5,7 +5,7 @@
%i.icon-comment
= @notes_count
.pull-left.btn-group
- %a.btn.grouped.dropdown-toggle{ data: {toggle: :dropdown} }
+ %a.btn.btn-grouped.dropdown-toggle{ data: {toggle: :dropdown} }
%i.icon-download-alt
Download as
%span.caret