Commit 8064b3b76788f84b2e86b2b6331cd874c2dddcaf
1 parent
9114cfbb
Exists in
spb-stable
and in
3 other branches
Fix btn margin for commit show page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/commit/_commit_box.html.haml
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | %i.icon-comment | 5 | %i.icon-comment |
6 | = @notes_count | 6 | = @notes_count |
7 | .pull-left.btn-group | 7 | .pull-left.btn-group |
8 | - %a.btn.grouped.dropdown-toggle{ data: {toggle: :dropdown} } | 8 | + %a.btn.btn-grouped.dropdown-toggle{ data: {toggle: :dropdown} } |
9 | %i.icon-download-alt | 9 | %i.icon-download-alt |
10 | Download as | 10 | Download as |
11 | %span.caret | 11 | %span.caret |