Skip to content
Snippets Groups Projects
Commit 42dc515f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Remove all old sub nav bars

parent 739422c9
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 96 deletions
Loading
Loading
@@ -254,6 +254,10 @@ body {
.search-icon {
color: $theme-gray-200;
}
.search-input {
color: $gl-text-color;
}
}
 
.location-badge {
Loading
Loading
Loading
Loading
@@ -190,12 +190,6 @@ input[type="checkbox"]:hover {
width: 68%;
}
}
}
.search {
}
 
.search-holder {
Loading
Loading
= content_for :sub_nav do
.scrolling-tabs-container.sub-nav-scroll
= render 'shared/nav_scroll'
.nav-links.sub-nav.scrolling-tabs
%ul{ class: container_class }
= nav_link(path: ['groups#show', 'groups#subgroups'], html_options: { class: 'home' }) do
= link_to group_path(@group), title: 'Group Home' do
%span
Home
= nav_link(path: 'groups#activity') do
= link_to activity_group_path(@group), title: 'Activity' do
%span
Activity
.hidden-xs
= render "projects/last_push"
= content_for :sub_nav do
.scrolling-tabs-container.sub-nav-scroll
= render 'shared/nav_scroll'
.nav-links.sub-nav.scrolling-tabs
%ul{ class: container_class }
= nav_link(path: 'groups#issues', html_options: { class: 'home' }) do
= link_to issues_group_path(@group), title: 'List' do
%span
List
= nav_link(path: 'labels#index') do
= link_to group_labels_path(@group), title: 'Labels' do
%span
Labels
= nav_link(path: 'milestones#index') do
= link_to group_milestones_path(@group), title: 'Milestones' do
%span
Milestones
= content_for :sub_nav do
.scrolling-tabs-container.sub-nav-scroll
= render 'shared/nav_scroll'
.nav-links.sub-nav.scrolling-tabs
%ul{ class: container_class }
= nav_link(path: 'groups#edit') do
= link_to edit_group_path(@group), title: 'General' do
%span
General
= nav_link(path: 'groups#projects') do
= link_to projects_group_path(@group), title: 'Projects' do
%span
Projects
= nav_link(controller: :ci_cd) do
= link_to group_settings_ci_cd_path(@group), title: 'Pipelines' do
%span
Pipelines
Loading
Loading
@@ -2,7 +2,6 @@
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
 
- page_title "Activity"
= render 'groups/head'
 
%section.activities
= render 'activities'
- breadcrumb_title "General Settings"
= render "groups/settings_head"
.panel.panel-default.prepend-top-default
.panel-heading
Group settings
Loading
Loading
- page_title "Issues"
- group_issues_exists = group_issues(@group).exists?
= render "head_issues"
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, params.merge(rss_url_options), title: "#{@group.name} issues")
 
Loading
Loading
- page_title 'Labels'
 
= render "groups/head_issues"
.top-area.adjust
.nav-text
Labels can be applied to issues and merge requests. Group labels are available for any project within the group.
Loading
Loading
- page_title "Milestones"
 
= render "groups/head_issues"
.top-area
= render 'shared/milestones_filter', counts: @milestone_states
 
Loading
Loading
- breadcrumb_title "Projects"
= render "groups/settings_head"
 
.panel.panel-default.prepend-top-default
.panel-heading
Loading
Loading
- breadcrumb_title "CI / CD Settings"
- page_title "CI / CD"
= render "groups/settings_head"
 
= render 'ci/variables/index'
Loading
Loading
@@ -4,7 +4,6 @@
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
 
= render 'groups/head'
= render 'groups/home_panel'
 
.groups-header{ class: container_class }
Loading
Loading
= content_for :sub_nav do
.scrolling-tabs-container.sub-nav-scroll
= render 'shared/nav_scroll'
.nav-links.sub-nav.scrolling-tabs
%ul{ class: container_class }
= nav_link(path: 'projects#show') do
= link_to project_path(@project), title: _('Project home'), class: 'shortcuts-project' do
%span= _('Home')
= nav_link(path: 'projects#activity') do
= link_to activity_project_path(@project), title: _('Activity'), class: 'shortcuts-project-activity' do
%span= _('Activity')
- if can?(current_user, :read_cycle_analytics, @project)
= nav_link(path: 'cycle_analytics#show') do
= link_to project_cycle_analytics_path(@project), title: _('Cycle Analytics'), class: 'shortcuts-project-cycle-analytics' do
%span= _('Cycle Analytics')
Loading
Loading
@@ -2,8 +2,6 @@
 
- page_title _("Activity")
 
= render "projects/head"
= render 'projects/last_push'
 
= render 'projects/activity'
- breadcrumb_title _('Artifacts')
- page_title @path.presence, 'Artifacts', "#{@build.name} (##{@build.id})", 'Jobs'
= render "projects/pipelines/head"
 
= render "projects/jobs/header", show_controls: false
 
Loading
Loading
- page_title @path, 'Artifacts', "#{@build.name} (##{@build.id})", 'Jobs'
= render "projects/pipelines/head"
 
= render "projects/jobs/header", show_controls: false
 
Loading
Loading
- @no_container = true
- project_duration = age_map_duration(@blame_groups, @project)
- page_title "Blame", @blob.path, @ref
= render "projects/commits/head"
 
%div{ class: container_class }
#blob-content-holder.tree-holder
Loading
Loading
Loading
Loading
@@ -4,7 +4,6 @@
- content_for :page_specific_javascripts do
= page_specific_javascript_tag('lib/ace.js')
= page_specific_javascript_bundle_tag('blob')
= render "projects/commits/head"
 
%div{ class: container_class }
- if @conflict
Loading
Loading
Loading
Loading
@@ -2,7 +2,6 @@
- @no_container = true
 
- page_title @blob.path, @ref
= render "projects/commits/head"
 
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'blob'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment