Skip to content
Snippets Groups Projects
Unverified Commit 41c17bdb authored by Mike Greiling's avatar Mike Greiling
Browse files

revert accidental commit

parent c604c437
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,12 +16,12 @@
.settings-content
= render 'form'
 
%section.settings#autodevops-settings.no-animate{ class: ('expanded' if true) }
%section.settings#autodevops-settings.no-animate{ class: ('expanded' if expanded) }
.settings-header
%h4
= s_('CICD|Auto DevOps')
%button.btn.btn-default.js-settings-toggle{ type: 'button' }
= true ? _('Collapse') : _('Expand')
= expanded ? _('Collapse') : _('Expand')
%p
= s_('CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration.')
= link_to s_('CICD|Learn more about Auto DevOps'), help_page_path('topics/autodevops/index.md')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment