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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
154 B
Text
Raw Normal View History

2023-05-27 22:25:52 +05:30
- group = @parent_group || @group
= render partial: 'shared/nav/sidebar', object: Sidebars::Groups::Panel.new(group_sidebar_context(group, current_user))