Commit 586c2abd authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'jivanvl-apply-button-styles-haml-co-cd' into 'master'

Add gitlab-ui styles to the haml views in the ci_cd settings dir

See merge request gitlab-org/gitlab!41815
parents dd2d44cb 209ccb7e
......@@ -11,7 +11,7 @@
.settings-header
%h4
= _("General pipelines")
%button.btn.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= _("Customize your pipeline configuration.")
......@@ -28,7 +28,7 @@
.settings-header
%h4
= _('Runners')
%button.btn.btn-default.js-settings-toggle{ type: "button" }
%button.btn.gl-button.btn-default.js-settings-toggle{ type: "button" }
= expanded ? _('Collapse') : _('Expand')
%p
= _("Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project.")
......@@ -40,7 +40,7 @@
.settings-header
%h4
= _('Auto DevOps')
%button.btn.btn-default.js-settings-toggle{ type: "button" }
%button.btn.gl-button.btn-default.js-settings-toggle{ type: "button" }
= expanded ? _('Collapse') : _('Expand')
%p
- auto_devops_url = help_page_path('topics/autodevops/index')
......
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