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 77 - if @group
78 78 .ui-box
79 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 82 .pull-right
83 83 = link_to admin_group_path(@group), class: 'btn btn-small' do
84 84 %i.icon-edit
... ... @@ -88,7 +88,7 @@
88 88  
89 89 .ui-box
90 90 .title
91   - Team
  91 + Project members
92 92 %small
93 93 (#{@project.users.count})
94 94 .pull-right
... ...