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>2023-03-09 18:08:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-09 18:08:13 +0300
commit0a353a9fa386ad60374daa9bad56f41bb5491c33 (patch)
tree7e51c83535577744e3daccdcd4017069a5d6bb7a /app/views/projects/project_members
parent0c1344a7c19635e387e6f7af20591ad73f46ddff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/project_members')
-rw-r--r--app/views/projects/project_members/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/project_members/index.html.haml b/app/views/projects/project_members/index.html.haml
index a0a90fbe204..0cfb5ff6a3d 100644
--- a/app/views/projects/project_members/index.html.haml
+++ b/app/views/projects/project_members/index.html.haml
@@ -3,6 +3,10 @@
= render_if_exists 'shared/ultimate_feature_removal_banner', project: @project
+= content_for :page_level_alert do
+ - if can_invite_members_for_project?(@project)
+ = render_if_exists 'shared/unlimited_members_during_trial_alert', group: @project.root_ancestor
+
.row.gl-mt-3
.col-lg-12
.gl-display-flex.gl-flex-wrap