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

_top_nav_responsive.html.haml « nav « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d122f1adffe291ff54e9b8b7b171d8c867f3d1b (plain)
1
2
3
4
5
6
7
- return unless Feature.enabled?(:combined_menu, current_user, default_enabled: :yaml)

- 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 } }