debian-mirror-gitlab/app/views/projects/project_members/_groups.html.haml
2019-07-07 11:18:12 +05:30

6 lines
338 B
Text

.card.project-members-groups
.card-header
= _("Groups with access to <strong>%{project_name}</strong>").html_safe % { project_name: sanitize(@project.name, tags: []) }
%span.badge.badge-pill= group_links.size
%ul.content-list.members-list
= render partial: 'shared/members/group', collection: group_links, as: :group_link