debian-mirror-gitlab/app/views/layouts/nav/sidebar/_project.html.haml

4 lines
344 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
-# We're migration the project sidebar to a logical model based structure. If you need to update
-# any of the existing menus, you can find them in app/views/layouts/nav/sidebar/_project_menus.html.haml.
= render partial: 'shared/nav/sidebar', object: Sidebars::Projects::Panel.new(project_sidebar_context(@project, current_user, current_ref))