Rename team to Project members
This commit is contained in:
parent
25a723c3ae
commit
30b8218ffb
1 changed files with 3 additions and 3 deletions
|
@ -77,8 +77,8 @@
|
|||
- if @group
|
||||
.ui-box
|
||||
.title
|
||||
%strong #{@group.name} Group
|
||||
members (#{@group.users_groups.count})
|
||||
%strong #{@group.name}
|
||||
group members (#{@group.users_groups.count})
|
||||
.pull-right
|
||||
= link_to admin_group_path(@group), class: 'btn btn-small' do
|
||||
%i.icon-edit
|
||||
|
@ -88,7 +88,7 @@
|
|||
|
||||
.ui-box
|
||||
.title
|
||||
Team
|
||||
Project members
|
||||
%small
|
||||
(#{@project.users.count})
|
||||
.pull-right
|
||||
|
|
Loading…
Reference in a new issue