Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-19 15:08:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-19 15:08:34 +0300
commit7344cec8c24f1599086498ba19096cf9918ee168 (patch)
tree9ea5ff98be0cfbe489d328c4aa00ebc4db34c743 /app/views/groups/group_members/index.html.haml
parentebcd8f42811c2cf265f442fcdbe4a4e3eb85f551 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/groups/group_members/index.html.haml')
-rw-r--r--app/views/groups/group_members/index.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml
index 0df30a6d445..fbfaaa49b39 100644
--- a/app/views/groups/group_members/index.html.haml
+++ b/app/views/groups/group_members/index.html.haml
@@ -9,7 +9,6 @@
= _('Group members')
%p.gl-w-full.order-md-1
= group_member_header_subtext(@group)
- = render_if_exists 'groups/group_members/link_to_pending_members'
.gl-display-flex.gl-flex-wrap.gl-align-items-center.gl-gap-3.gl-md-w-auto.gl-w-full
.js-invite-group-trigger{ data: { classes: 'gl-md-w-auto gl-w-full', display_text: _('Invite a group') } }
- if can_admin_service_accounts?(@group)