summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members/_groups.html.haml
blob: 3f05e06b0c63e48f162b1f75479e518da65afc03 (plain)
1
2
3
4
5
6
7
.card.project-members-groups
  .card-header
    Groups with access to
    %strong= @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