summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-27 09:06:36 -0500
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-28 16:01:42 +0200
commit706c5a1399c1c06a6a39a02e35d8e61f064632e8 (patch)
tree02a175e1cfd8fef3947078452dcd38e29a6ca8e1 /app/views/projects/commits
parentbbbd0e6c81831e81082820b365c60727988d1c14 (diff)
downloadgitlab-ce-706c5a1399c1c06a6a39a02e35d8e61f064632e8.tar.gz
Switched mobile button icons to ellipsis and angle
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/commits/_head.html.haml b/app/views/projects/commits/_head.html.haml
index b11b6c24ccd..61152649907 100644
--- a/app/views/projects/commits/_head.html.haml
+++ b/app/views/projects/commits/_head.html.haml
@@ -1,8 +1,8 @@
.scrolling-tabs-container.sub-nav-scroll
.fade-left
- = icon('arrow-left')
+ = icon('angle-left')
.fade-right
- = icon('arrow-right')
+ = icon('angle-right')
.nav-links.sub-nav.scrolling-tabs
%ul{ class: (container_class) }
= nav_link(controller: %w(tree blob blame edit_tree new_tree find_file)) do