diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-10 10:16:26 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-17 09:49:50 +0100 |
commit | 1a259bc64409925b4983f8c3151f01c4a19bfc6a (patch) | |
tree | c70cbea37a30cf087a858e6d83eab0250528dbac | |
parent | a7a504157fa3e97cd7b0fd76b4af83ad40b78623 (diff) | |
download | gitlab-ce-commit-header.tar.gz |
Fixed issue with dropdown buttonscommit-header
-rw-r--r-- | app/views/projects/commit/_commit_box.html.haml | 2 |
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 e2fa2f97d41..3ad866bb2f1 100644 --- a/app/views/projects/commit/_commit_box.html.haml +++ b/app/views/projects/commit/_commit_box.html.haml @@ -6,7 +6,7 @@ .pull-right.commit-action-buttons - if defined?(@notes_count) && @notes_count > 0 - %span.btn.disabled.btn-grouped.hidden-xs + %span.btn.disabled.btn-grouped.hidden-xs.append-right-10 = icon('comment') = @notes_count = link_to namespace_project_tree_path(@project.namespace, @project, @commit), class: "btn btn-default append-right-10 hidden-xs hidden-sm" do |