summaryrefslogtreecommitdiff
path: root/app/views/groups/group_members
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-20 15:50:46 +0200
committerRémy Coutable <remy@rymai.me>2016-06-20 16:12:46 +0200
commit043522a8aed5e598f3cfe97480a5b169fe0786f3 (patch)
tree2d9b2bdc56bfa26c2e3fb7d7407ae85186a691f4 /app/views/groups/group_members
parent764c9131d31593cf8508e36db17f6b7bd026f4c0 (diff)
downloadgitlab-ce-043522a8aed5e598f3cfe97480a5b169fe0786f3.tar.gz
Display group/project access requesters separately in admin
Also, reuse partials from the non-admin views. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views/groups/group_members')
-rw-r--r--app/views/groups/group_members/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml
index a36531e095a..d6acade84f1 100644
--- a/app/views/groups/group_members/index.html.haml
+++ b/app/views/groups/group_members/index.html.haml
@@ -17,8 +17,7 @@
.panel-heading
%strong #{@group.name}
group members
- %small
- (#{@members.total_count})
+ %span.badge= @members.non_request.size
.controls
= form_tag group_group_members_path(@group), method: :get, class: 'form-inline member-search-form' do
.form-group