summaryrefslogtreecommitdiff
path: root/app/views/shared/_auto_devops_callout.html.haml
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-05-04 14:26:54 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-05-21 14:08:10 -0500
commitbf8c6990b4ca8e259e6ec3030a677fbfec30377b (patch)
tree459e5c1a906351f40bfc74a8a702956e82c3adff /app/views/shared/_auto_devops_callout.html.haml
parent1c23c3ff3e71e3b7ff6e8b282bab095b58331ddd (diff)
downloadgitlab-ce-bf8c6990b4ca8e259e6ec3030a677fbfec30377b.tar.gz
removed "(Beta)" from "Auto DevOps" messagesfix/devops-remove-beta
Diffstat (limited to 'app/views/shared/_auto_devops_callout.html.haml')
-rw-r--r--app/views/shared/_auto_devops_callout.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_auto_devops_callout.html.haml b/app/views/shared/_auto_devops_callout.html.haml
index d3fa324e460..084d295f2c1 100644
--- a/app/views/shared/_auto_devops_callout.html.haml
+++ b/app/views/shared/_auto_devops_callout.html.haml
@@ -3,7 +3,7 @@
= custom_icon('icon_autodevops')
.banner-body.prepend-left-10.append-bottom-10
- %h5.banner-title= s_('AutoDevOps|Auto DevOps (Beta)')
+ %h5.banner-title= s_('AutoDevOps|Auto DevOps')
%p= s_('AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration.')
%p
- link = link_to(s_('AutoDevOps|Auto DevOps documentation'), help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer')