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
|
- if @group
|
||||||
.ui-box
|
.ui-box
|
||||||
.title
|
.title
|
||||||
%strong #{@group.name} Group
|
%strong #{@group.name}
|
||||||
members (#{@group.users_groups.count})
|
group members (#{@group.users_groups.count})
|
||||||
.pull-right
|
.pull-right
|
||||||
= link_to admin_group_path(@group), class: 'btn btn-small' do
|
= link_to admin_group_path(@group), class: 'btn btn-small' do
|
||||||
%i.icon-edit
|
%i.icon-edit
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
.ui-box
|
.ui-box
|
||||||
.title
|
.title
|
||||||
Team
|
Project members
|
||||||
%small
|
%small
|
||||||
(#{@project.users.count})
|
(#{@project.users.count})
|
||||||
.pull-right
|
.pull-right
|
||||||
|
|
Loading…
Reference in a new issue