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:
Diffstat (limited to 'lib/sidebars/admin/panel.rb')
-rw-r--r--lib/sidebars/admin/panel.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sidebars/admin/panel.rb b/lib/sidebars/admin/panel.rb
index 7f7d7ec843c..e0f9bc70762 100644
--- a/lib/sidebars/admin/panel.rb
+++ b/lib/sidebars/admin/panel.rb
@@ -9,11 +9,6 @@ module Sidebars
add_menus
end
- override :render_raw_scope_menu_partial
- def render_raw_scope_menu_partial
- "shared/nav/admin_scope_header"
- end
-
override :aria_label
def aria_label
s_("Admin|Admin Area")