gitlab-org--gitlab-foss/app/views/layouts/nav/_top_nav_responsive.html.haml

7 lines
255 B
Plaintext

- top_class = local_assigns.fetch(:class, nil)
- view_model = top_nav_responsive_view_model(project: @project, group: @group)
.top-nav-responsive{ class: top_class }
.cloak-startup
#js-top-nav-responsive{ data: { view_model: view_model.to_json } }