debian-mirror-gitlab/app/views/projects/project_members/_groups.html.haml
2019-03-02 22:35:43 +05:30

6 lines
341 B
Text

.card.project-members-groups
.card-header
= _("Groups with access to <strong>%{project_name}</strong>").html_safe % { project_name: sanitize_project_name(@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