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>2021-04-15 15:09:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-15 15:09:05 +0300
commit69b0ff9002af73de066a6f28e4a61ccf1fddd9a7 (patch)
tree3293d32d37eebcbe07b6e23a3ee02f203846f8cd /app/views/projects/empty.html.haml
parent73ff43129b98d433923d144fccd2e47c33c3b091 (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.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 0c682226df3..171222368d6 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -5,6 +5,7 @@
= render partial: 'flash_messages', locals: { project: @project }
= render "home_panel"
+= render "archived_notice", project: @project
= render "invite_members" if experiment_enabled?(:invite_members_empty_project_version_a) && can_import_members?