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: 86fd8b6d80c24f8885040e35bb912da8489118ec (plain)
1
2
3
4
5
- 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 } }