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

index.html.haml « members « teams « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ce6e5d83c096a8b6cd5cebcb73bd3a0fa68681f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%h3.page_title
  Team Members
  (#{@members.count})
  %small
    Read more about project permissions
    %strong= link_to "here", help_permissions_path, class: "vlink"

  - if can? current_user, :manage_user_team, @team
    %span.right
      = link_to new_team_member_path(@team), class: "btn btn-primary small grouped", title: "New Team Member" do
        New Team Member
%hr


.clearfix
%div.team-table
  = render partial: "teams/members/team", locals: {project: @team}