summaryrefslogtreecommitdiff
path: root/app/views/shared/nav/_scope_menu.html.haml
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