gitlab-org--gitlab-foss/app/views/shared/nav/_scope_menu.html.haml

7 lines
280 B
Plaintext
Raw Normal View History

- if sidebar_refactor_enabled?
= nav_link(**scope_menu.active_routes, html_options: scope_menu.nav_link_html_options) do
= render 'shared/nav/scope_menu_body', scope_menu: scope_menu
- else
.context-header
= render 'shared/nav/scope_menu_body', scope_menu: scope_menu