summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/branches.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commit/branches.html.haml')
-rw-r--r--app/views/projects/commit/branches.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/commit/branches.html.haml b/app/views/projects/commit/branches.html.haml
index 995f58c1e56..a91e31afc2b 100644
--- a/app/views/projects/commit/branches.html.haml
+++ b/app/views/projects/commit/branches.html.haml
@@ -6,8 +6,8 @@
- if @branches.any? || @tags.any? || @tags_limit_exceeded
%span
- = link_to "#", class: "js-details-expand label label-gray branch-link ref-name" do
- = sprite_icon('ellipsis_h', size: 12)
+ = link_to "#", class: "js-details-expand label label-gray ref-name" do
+ = sprite_icon('ellipsis_h', size: 12, css_class: 'vertical-align-middle')
%span.js-details-content.hide
= commit_branches_links(@project, @branches)
- if @tags_limit_exceeded