diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-21 19:01:37 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-21 19:01:37 +0300 |
commit | 5ecae728e3ca6e64b29edd485640771adc683fa9 (patch) | |
tree | ec7beb19a5df75d85c193344a703b68880f8065e /app/views/projects | |
parent | df689bdf69eec47475dcfd16cc7cf01bfc5686b2 (diff) | |
parent | 7c41f35953494f5f7372a434c8c62a7b466c8212 (diff) | |
download | gitlab-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.haml | 4 |
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') |