gitlab-org--gitlab-foss/app/views/projects/project_members/_groups.html.haml

8 lines
261 B
Plaintext

.card.project-members-groups
.card-header
Groups with access to
%strong= @project.name
%span.badge.badge-pill= group_links.size
%ul.content-list.members-list
= render partial: 'shared/members/group', collection: group_links, as: :group_link