debian-mirror-gitlab/app/views/projects/project_members/_groups.html.haml

8 lines
254 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
.panel.panel-default.project-members-groups
.panel-heading
Groups with access to
2017-08-17 22:00:37 +05:30
%strong= @project.name
2016-11-03 12:29:30 +05:30
%span.badge= group_links.size
%ul.content-list
= render partial: 'shared/members/group', collection: group_links, as: :group_link