summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members/_groups.html.haml
blob: d7f5fa965270246888f60fa0ce1c5590e05df7ef (plain)
1
2
3
4
5
6
7
.panel.panel-default.project-members-groups
  .panel-heading
    Groups with access to
    %strong #{@project.name}
    %span.badge= group_links.size
  %ul.content-list
    = render partial: 'shared/members/group', collection: group_links, as: :group_link