debian-mirror-gitlab/app/views/projects/project_members/_groups.html.haml

7 lines
338 B
Text
Raw Normal View History

2018-11-08 19:23:39 +05:30
.card.project-members-groups
.card-header
2019-07-07 11:18:12 +05:30
= _("Groups with access to <strong>%{project_name}</strong>").html_safe % { project_name: sanitize(@project.name, tags: []) }
2018-11-08 19:23:39 +05:30
%span.badge.badge-pill= group_links.size
%ul.content-list.members-list
2016-11-03 12:29:30 +05:30
= render partial: 'shared/members/group', collection: group_links, as: :group_link