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>2020-12-15 06:10:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-15 06:10:12 +0300
commitfa6089d8ad89cc12adb7dbcd78594b97f8f6ed02 (patch)
tree9be269e7738972709207fdc0e1c4d505b0834c74 /app/views/projects/empty.html.haml
parentf68b31bd2c8812f4aa3654c6ab7271578c2ceea4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r--app/views/projects/empty.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 2e0bb3b8529..2936eff45df 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -6,6 +6,8 @@
= render "home_panel"
+= render "invite_members" if experiment_enabled?(:invite_members_empty_project_version_a) && can_import_members?
+
%h4.gl-mt-0.gl-mb-3
= _('The repository for this project is empty')