Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-06 15:11:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-06 15:11:09 +0300
commite9aabbc4b5c80a569ce7e5909bd9d8def11b7a1b (patch)
tree2bc9ed254deba51c4041c1ee2fb8dcc7bd3dfaad /app/views/layouts/nav
parent08608c8e9e9821858dd2f452a3c9ebfb945ab69f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts/nav')
-rw-r--r--app/views/layouts/nav/sidebar/_admin.html.haml1
-rw-r--r--app/views/layouts/nav/sidebar/_explore.html.haml1
-rw-r--r--app/views/layouts/nav/sidebar/_group.html.haml2
-rw-r--r--app/views/layouts/nav/sidebar/_organization.html.haml1
-rw-r--r--app/views/layouts/nav/sidebar/_profile.html.haml1
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml1
-rw-r--r--app/views/layouts/nav/sidebar/_search.html.haml1
-rw-r--r--app/views/layouts/nav/sidebar/_user_profile.html.haml1
-rw-r--r--app/views/layouts/nav/sidebar/_your_work.html.haml1
9 files changed, 0 insertions, 10 deletions
diff --git a/app/views/layouts/nav/sidebar/_admin.html.haml b/app/views/layouts/nav/sidebar/_admin.html.haml
deleted file mode 100644
index bffc030dbd9..00000000000
--- a/app/views/layouts/nav/sidebar/_admin.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render partial: 'shared/nav/sidebar', object: Sidebars::Admin::Panel.new(Sidebars::Context.new(current_user: current_user, container: nil))
diff --git a/app/views/layouts/nav/sidebar/_explore.html.haml b/app/views/layouts/nav/sidebar/_explore.html.haml
deleted file mode 100644
index ccbcb434af1..00000000000
--- a/app/views/layouts/nav/sidebar/_explore.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render partial: 'shared/nav/sidebar', object: Sidebars::Explore::Panel.new(Sidebars::Context.new(current_user: current_user, container: nil))
diff --git a/app/views/layouts/nav/sidebar/_group.html.haml b/app/views/layouts/nav/sidebar/_group.html.haml
deleted file mode 100644
index fd0e47b543f..00000000000
--- a/app/views/layouts/nav/sidebar/_group.html.haml
+++ /dev/null
@@ -1,2 +0,0 @@
-- group = @parent_group || @group
-= render partial: 'shared/nav/sidebar', object: Sidebars::Groups::Panel.new(group_sidebar_context(group, current_user))
diff --git a/app/views/layouts/nav/sidebar/_organization.html.haml b/app/views/layouts/nav/sidebar/_organization.html.haml
deleted file mode 100644
index de6c87f97d7..00000000000
--- a/app/views/layouts/nav/sidebar/_organization.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render partial: 'shared/nav/sidebar', object: Sidebars::Organizations::Panel.new(organization_sidebar_context(@organization, current_user))
diff --git a/app/views/layouts/nav/sidebar/_profile.html.haml b/app/views/layouts/nav/sidebar/_profile.html.haml
deleted file mode 100644
index d53316442f8..00000000000
--- a/app/views/layouts/nav/sidebar/_profile.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render partial: 'shared/nav/sidebar', object: Sidebars::UserSettings::Panel.new(Sidebars::Context.new(current_user: current_user, container: current_user))
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
deleted file mode 100644
index 67c3cd9cc54..00000000000
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render partial: 'shared/nav/sidebar', object: Sidebars::Projects::Panel.new(project_sidebar_context(@project, current_user, current_ref, ref_type: @ref_type))
diff --git a/app/views/layouts/nav/sidebar/_search.html.haml b/app/views/layouts/nav/sidebar/_search.html.haml
deleted file mode 100644
index 956079c351a..00000000000
--- a/app/views/layouts/nav/sidebar/_search.html.haml
+++ /dev/null
@@ -1 +0,0 @@
--# if this file is missing empty or not the old left menu throws error
diff --git a/app/views/layouts/nav/sidebar/_user_profile.html.haml b/app/views/layouts/nav/sidebar/_user_profile.html.haml
deleted file mode 100644
index b24334f48c4..00000000000
--- a/app/views/layouts/nav/sidebar/_user_profile.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render partial: 'shared/nav/sidebar', object: Sidebars::UserProfile::Panel.new(Sidebars::Context.new(current_user: current_user, container: @user))
diff --git a/app/views/layouts/nav/sidebar/_your_work.html.haml b/app/views/layouts/nav/sidebar/_your_work.html.haml
deleted file mode 100644
index 0da66c2e14e..00000000000
--- a/app/views/layouts/nav/sidebar/_your_work.html.haml
+++ /dev/null
@@ -1 +0,0 @@
-= render partial: 'shared/nav/sidebar', object: Sidebars::YourWork::Panel.new(your_work_sidebar_context(current_user))