Commit 30b8218f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Rename team to Project members

parent 25a723c3
...@@ -77,8 +77,8 @@ ...@@ -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 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment