From 8064b3b76788f84b2e86b2b6331cd874c2dddcaf Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 28 Feb 2014 16:18:47 +0200 Subject: [PATCH] Fix btn margin for commit show page --- app/views/projects/commit/_commit_box.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml index 3813471..df44c30 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 -- libgit2 0.21.2