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

_scope_menu.html.haml « nav « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbee0e0429c2aa6e19f550cc1ff6b65c6998b61b (plain)
1
2
3
4
5
6
- 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