summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-03 08:55:40 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-03 08:55:40 +0000
commit99cf483ef07701166afba97292cecf6a84e74b0c (patch)
tree3808b20758e1a9c571da226bdf20bf9faf95bb90
parentca5f6f0705d9e454db1667130f8c78d2acf0a009 (diff)
parent7f90bb3746e30f4714bbc9331c89a1c2d08d4ee8 (diff)
downloadgitlab-ce-99cf483ef07701166afba97292cecf6a84e74b0c.tar.gz
Merge branch 'gt-change-auto-devops-banner-link-path' into 'master'
Change auto devops banner link path Closes #54689 See merge request gitlab-org/gitlab-ce!23476
-rw-r--r--app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml2
1 files changed, 1 insertions, 1 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 6c4607b2f16..0d0a3c1aa64 100644
--- a/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
+++ b/app/views/shared/_auto_devops_implicitly_enabled_banner.html.haml
@@ -1,6 +1,6 @@
- if show_auto_devops_implicitly_enabled_banner?(project)
.auto-devops-implicitly-enabled-banner.alert.alert-warning
- - more_information_link = link_to _('More information'), 'https://docs.gitlab.com/ee/topics/autodevops/', class: 'alert-link'
+ - more_information_link = link_to _('More information'), help_page_path('topics/autodevops/index.md'), target: '_blank', class: 'alert-link'
- auto_devops_message = s_("AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}") % { more_information_link: more_information_link }
= auto_devops_message.html_safe
.alert-link-group