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