debian-mirror-gitlab/app/views/layouts/nav/_top_nav_responsive.html.haml
2021-10-27 15:23:28 +05:30

5 lines
236 B
Text

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