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-08 06:15:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-08 06:15:41 +0300
commit777ef5e9b2cb049db6c25867d8321a191cec8f72 (patch)
tree8e2458bdde3047bb367e99e9d7de9862107e6212 /app/views/layouts/admin.html.haml
parent6352d2f7c2a9e62e07f854861f9f57dacbd6f4a4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index 85fff22a3b7..3cb7d55f1ef 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -1,7 +1,6 @@
- page_title _("Admin Area")
- header_title _("Admin Area"), admin_root_path
- nav "admin"
-- @left_sidebar = true
-# This active_nav_link check is also used in `app/views/layouts/nav/sidebar/_admin.html.haml`
- is_application_settings = active_nav_link?(controller: [:application_settings, :integrations])