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

Rename team to Project members

parent 25a723c3
......@@ -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
......
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