summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-05-24 17:17:52 +0000
committerPhil Hughes <me@iamphill.com>2018-05-24 17:17:52 +0000
commit68eb9ee3617abb1d9dba7264ce9c39016c825936 (patch)
tree496f2203396e5211d0a3def72aa637635cab5c1f /app/views/projects/commit
parent96f54853e28acff5ca4801c6b420ea96521af35b (diff)
downloadgitlab-ce-68eb9ee3617abb1d9dba7264ce9c39016c825936.tar.gz
Updated branches and tag icons in commit details
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/branches.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/commit/branches.html.haml b/app/views/projects/commit/branches.html.haml
index 8611129b356..a91e31afc2b 100644
--- a/app/views/projects/commit/branches.html.haml
+++ b/app/views/projects/commit/branches.html.haml
@@ -6,7 +6,8 @@
- if @branches.any? || @tags.any? || @tags_limit_exceeded
%span
- = link_to "…", "#", class: "js-details-expand label label-gray"
+ = 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