summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-21 19:01:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-21 19:01:37 +0300
commit5ecae728e3ca6e64b29edd485640771adc683fa9 (patch)
treeec7beb19a5df75d85c193344a703b68880f8065e /app/views/projects
parentdf689bdf69eec47475dcfd16cc7cf01bfc5686b2 (diff)
parent7c41f35953494f5f7372a434c8c62a7b466c8212 (diff)
downloadgitlab-ce-5ecae728e3ca6e64b29edd485640771adc683fa9.tar.gz
Merge branch 'li-fade'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Merge request - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4799
Diffstat (limited to 'app/views/projects')
-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 7236b299efc..54dab4bff07 100644
--- a/app/views/projects/commits/_head.html.haml
+++ b/app/views/projects/commits/_head.html.haml
@@ -1,7 +1,7 @@
.scrolling-tabs-container
.nav-links.sub-nav.scrolling-tabs
%ul{ class: (container_class) }
- .fade-left
+ %li.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
@@ -26,5 +26,5 @@
= nav_link(controller: [:tags, :releases]) do
= link_to namespace_project_tags_path(@project.namespace, @project) do
Tags
- .fade-right
+ %li.fade-right
= icon('arrow-right')