summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members/_groups.html.haml
blob: fdeb5f21fbe697c42c3522601e7ec1c3bc8a82db (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