BigW Consortium Gitlab

Commit 48098660 by Dimitrie Hoekstra

Corrected Auto Dev Ops to Auto DevOps

parent ef5b2e92
.user-callout{ data: { uid: 'auto_devops_settings_dismissed' } } .user-callout{ data: { uid: 'auto_devops_settings_dismissed' } }
.bordered-box.landing.content-block .bordered-box.landing.content-block
%button.btn.btn-default.close.js-close-callout{ type: 'button', %button.btn.btn-default.close.js-close-callout{ type: 'button',
'aria-label' => 'Dismiss Auto Dev Ops box' } 'aria-label' => 'Dismiss Auto DevOps box' }
= icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true') = icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
.svg-container .svg-container
= custom_icon('icon_autodevops') = custom_icon('icon_autodevops')
.user-callout-copy .user-callout-copy
%h4 %h4
Auto Dev Ops (Beta) Auto DevOps (Beta)
%p %p
Auto Dev Ops can be activated for this project. It will automatically build, test, and deploy your application based on a predefined CI/CD configuration. Auto DevOps can be activated for this project. It will automatically build, test, and deploy your application based on a predefined CI/CD configuration.
%p %p
Learn more in the Learn more in the
= link_to 'Auto DevOps documentation', help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer' = link_to 'Auto DevOps documentation', help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment