summaryrefslogtreecommitdiff
path: root/app/views/projects/branches/_branch.html.haml
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-12-01 12:57:34 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-12-19 12:45:27 -0600
commit1e8de50375f39b22750015340a4e01521c82df05 (patch)
tree3759f83eccae10db760b3fad60a9357d37764392 /app/views/projects/branches/_branch.html.haml
parenta623ddb0dcdc42b0bd4f9d20c79e82387d9b5547 (diff)
downloadgitlab-ce-1e8de50375f39b22750015340a4e01521c82df05.tar.gz
Replaced some fork icons instances and fixed the Icon component on the MR Widget
Diffstat (limited to 'app/views/projects/branches/_branch.html.haml')
-rw-r--r--app/views/projects/branches/_branch.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/branches/_branch.html.haml b/app/views/projects/branches/_branch.html.haml
index 573050e597d..8a8011c27b4 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -8,7 +8,8 @@
%li{ class: "js-branch-#{branch.name}" }
%div
= link_to project_tree_path(@project, branch.name), class: 'item-title str-truncated ref-name' do
- = icon('code-fork', class: 'append-right-5') + "#{branch.name}"
+ = sprite_icon('fork', size: 8)
+ = branch.name
&nbsp;
- if branch.name == @repository.root_ref
%span.label.label-primary default