diff options
Diffstat (limited to 'app/views/groups/group_members/index.html.haml')
-rw-r--r-- | app/views/groups/group_members/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml index c488e75da09..b9ea8316bbc 100644 --- a/app/views/groups/group_members/index.html.haml +++ b/app/views/groups/group_members/index.html.haml @@ -4,6 +4,7 @@ - pending_active = params[:search_invited].present? - total_count = @members.count + @group.shared_with_group_links.count +.js-remove-member-modal .project-members-page.gl-mt-3 %h4 = _("Group members") |