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

_group.html.haml « sidebar « nav « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd0e47b543f46388208eeed54e5998c4518fdc47 (plain)
1
2
- group = @parent_group || @group
= render partial: 'shared/nav/sidebar', object: Sidebars::Groups::Panel.new(group_sidebar_context(group, current_user))