Commit 30b8218ffba6c417b1742b0632e302cc1fe63c55

Authored by Dmitriy Zaporozhets
1 parent 25a723c3

Rename team to Project members

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/views/admin/projects/show.html.haml
@@ -77,8 +77,8 @@ @@ -77,8 +77,8 @@
77 - if @group 77 - if @group
78 .ui-box 78 .ui-box
79 .title 79 .title
80 - %strong #{@group.name} Group  
81 - members (#{@group.users_groups.count}) 80 + %strong #{@group.name}
  81 + group members (#{@group.users_groups.count})
82 .pull-right 82 .pull-right
83 = link_to admin_group_path(@group), class: 'btn btn-small' do 83 = link_to admin_group_path(@group), class: 'btn btn-small' do
84 %i.icon-edit 84 %i.icon-edit
@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
88 88
89 .ui-box 89 .ui-box
90 .title 90 .title
91 - Team 91 + Project members
92 %small 92 %small
93 (#{@project.users.count}) 93 (#{@project.users.count})
94 .pull-right 94 .pull-right