summaryrefslogtreecommitdiff
path: root/app/views/projects/branches
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-12-06 12:38:35 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-12-19 13:12:28 -0600
commit5bbc322bd383adccf997b945abe7f07759b70013 (patch)
tree607cd0d5345ee4838a1ebb2ab226105b11f53dcd /app/views/projects/branches
parent39018a7445142a6c93699e0ba86889bd931eb198 (diff)
downloadgitlab-ce-5bbc322bd383adccf997b945abe7f07759b70013.tar.gz
Replaced the remaining code-fork iconsjivl-general-icons-2
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/_branch.html.haml b/app/views/projects/branches/_branch.html.haml
index 8a8011c27b4..acf67b83890 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -8,7 +8,7 @@
%li{ class: "js-branch-#{branch.name}" }
%div
= link_to project_tree_path(@project, branch.name), class: 'item-title str-truncated ref-name' do
- = sprite_icon('fork', size: 8)
+ = sprite_icon('fork', size: 12)
= branch.name
&nbsp;
- if branch.name == @repository.root_ref