debian-mirror-gitlab/app/views/layouts/nav/_top_nav_responsive.html.haml
2021-12-11 22:18:48 +05:30

6 lines
255 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 }
.cloak-startup
#js-top-nav-responsive{ data: { view_model: view_model.to_json } }