summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-20 12:11:22 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-20 12:11:22 -0500
commit07195358839a43ab4bae8bd8f112a45af13a79a5 (patch)
treeb20f712f6d2a7e3adc27ce4149155e3dc29ce3eb /app/views/projects/commits
parent032e398374b40d5b68c4a1ce89dd698f1d03a54c (diff)
downloadgitlab-ce-07195358839a43ab4bae8bd8f112a45af13a79a5.tar.gz
Add arrow in horizontal scroll fade
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/_head.html.haml2
1 files changed, 2 insertions, 0 deletions
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')