From 07195358839a43ab4bae8bd8f112a45af13a79a5 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Mon, 20 Jun 2016 12:11:22 -0500 Subject: Add arrow in horizontal scroll fade --- app/views/projects/commits/_head.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/projects/commits') diff --git a/app/views/projects/commits/_head.html.haml b/app/views/projects/commits/_head.html.haml index c8aa849c217..7236b299efc 100644 --- a/app/views/projects/commits/_head.html.haml +++ b/app/views/projects/commits/_head.html.haml @@ -2,6 +2,7 @@ .nav-links.sub-nav.scrolling-tabs %ul{ class: (container_class) } .fade-left + = icon('arrow-left') = nav_link(controller: %w(tree blob blame edit_tree new_tree find_file)) do = link_to project_files_path(@project) do Files @@ -26,3 +27,4 @@ = link_to namespace_project_tags_path(@project.namespace, @project) do Tags .fade-right + = icon('arrow-right') -- cgit v1.2.1