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

8 lines
261 B
Plaintext
Raw Normal View History

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