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

7 lines
341 B
Text
Raw Normal View History

2018-11-08 19:23:39 +05:30
.card.project-members-groups
.card-header
2019-03-02 22:35:43 +05:30
= _("Groups with access to <strong>%{project_name}</strong>").html_safe % { project_name: sanitize_project_name(@project.name) }
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