summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members/_groups.html.haml
blob: 128f52ff64836f3c7e2c489f1a83f8fe1841cbc2 (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
    = render partial: 'shared/members/group', collection: group_links, as: :group_link