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
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-26 15:06:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-26 15:06:03 +0300
commite8baeb7fcba39c9af1b8a02163c12ce28173ae7b (patch)
tree08dc7a7009be6af10cb3ba2e48ede85ebec523b0 /app
parent71c6369c63c3b0576c79f2c9b4ba977aded8de7a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml b/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
index fb03e6e12e3..3670e19c240 100644
--- a/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
+++ b/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
@@ -7,3 +7,7 @@
= link_to _('Settings'), project_settings_ci_cd_path(project), class: 'alert-link'
|
= link_to _('Dismiss'), '#', class: 'hide-auto-devops-implicitly-enabled-banner alert-link', data: { project_id: project.id }
+ - unless Gitlab.config.registry.enabled
+ %div
+ = icon('exclamation-triangle')
+ = _('Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for AutoDevOps to work.')