summaryrefslogtreecommitdiff
path: root/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-26 12:06:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-26 12:06:03 +0000
commite8baeb7fcba39c9af1b8a02163c12ce28173ae7b (patch)
tree08dc7a7009be6af10cb3ba2e48ede85ebec523b0 /app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
parent71c6369c63c3b0576c79f2c9b4ba977aded8de7a (diff)
downloadgitlab-ce-e8baeb7fcba39c9af1b8a02163c12ce28173ae7b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml')
-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.')