Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_groups.html.haml « project_members « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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