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

7 lines
341 B
Text
Raw Normal View History

.card.project-members-groups
.card-header
= _("Groups with access to <strong>%{project_name}</strong>").html_safe % { project_name: sanitize_project_name(@project.name) }
2018-04-09 12:33:41 -04:00
%span.badge.badge-pill= group_links.size
%ul.content-list.members-list
= render partial: 'shared/members/group', collection: group_links, as: :group_link