mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
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
This commit is contained in:
committed by
Robert Speicher
parent
7315401ebd
commit
5a93a592e7
@@ -2,7 +2,7 @@
|
||||
= render 'layouts/nav/admin_settings'
|
||||
|
||||
%ul.nav-links.scrolling-tabs
|
||||
.fade-left
|
||||
%li.fade-left
|
||||
= icon('arrow-left')
|
||||
= nav_link(controller: %w(dashboard admin projects users groups builds runners), html_options: {class: 'home'}) do
|
||||
= link_to admin_root_path, title: 'Overview', class: 'shortcuts-tree' do
|
||||
@@ -37,5 +37,5 @@
|
||||
= link_to admin_spam_logs_path, title: "Spam Logs" do
|
||||
%span
|
||||
Spam Logs
|
||||
.fade-right
|
||||
%li.fade-right
|
||||
= icon('arrow-right')
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
= render 'layouts/nav/group_settings'
|
||||
|
||||
%ul.nav-links.scrolling-tabs
|
||||
.fade-left
|
||||
%li.fade-left
|
||||
= icon('arrow-left')
|
||||
= nav_link(path: 'groups#show', html_options: {class: 'home'}) do
|
||||
= link_to group_path(@group), title: 'Home' do
|
||||
@@ -32,5 +32,5 @@
|
||||
= link_to group_group_members_path(@group), title: 'Members' do
|
||||
%span
|
||||
Members
|
||||
.fade-right
|
||||
%li.fade-right
|
||||
= icon('arrow-right')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%ul.nav-links.scrolling-tabs
|
||||
.fade-left
|
||||
%li.fade-left
|
||||
= icon('arrow-left')
|
||||
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
|
||||
= link_to profile_path, title: 'Profile Settings' do
|
||||
@@ -44,5 +44,5 @@
|
||||
= link_to audit_log_profile_path, title: 'Audit Log' do
|
||||
%span
|
||||
Audit Log
|
||||
.fade-right
|
||||
%li.fade-right
|
||||
= icon('arrow-right')
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
%div{ class: nav_control_class }
|
||||
%ul.nav-links.scrolling-tabs
|
||||
.fade-left
|
||||
%li.fade-left
|
||||
= icon('arrow-left')
|
||||
= nav_link(path: 'projects#show', html_options: {class: 'home'}) do
|
||||
= link_to project_path(@project), title: 'Project', class: 'shortcuts-project' do
|
||||
@@ -110,5 +110,5 @@
|
||||
%li.hidden
|
||||
= link_to project_commits_path(@project), title: 'Commits', class: 'shortcuts-commits' do
|
||||
Commits
|
||||
.fade-right
|
||||
%li.fade-right
|
||||
= icon('arrow-right')
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
%ul.nav-links.event-filter.scrolling-tabs
|
||||
.fade-left
|
||||
%li.fade-left
|
||||
= icon('arrow-left')
|
||||
= event_filter_link EventFilter.push, 'Push events'
|
||||
= event_filter_link EventFilter.merged, 'Merge events'
|
||||
= event_filter_link EventFilter.comments, 'Comments'
|
||||
= event_filter_link EventFilter.team, 'Team'
|
||||
.fade-right
|
||||
%li.fade-right
|
||||
= icon('arrow-right')
|
||||
|
||||
Reference in New Issue
Block a user