Commit 9824ee7c authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '231117-apply-gl-button-to-ee/app/views/projects/settings/ci_cd-directory' into 'master'

Apply GitLab UI button styles to buttons in ee/app/views/projects/settings/ci_cd directory

See merge request gitlab-org/gitlab!43335
parents 39f183a3 1eb27adc
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.settings-header .settings-header
%h4 %h4
= _("Pipeline subscriptions") = _("Pipeline subscriptions")
%button.btn.js-settings-toggle{ type: 'button' } %button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p %p
= _("Set up pipeline subscriptions for this project.") = _("Set up pipeline subscriptions for this project.")
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.settings-header .settings-header
%h4 %h4
= _('Protected Environments') = _('Protected Environments')
%button.btn.js-settings-toggle{ type: 'button' } %button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p %p
= s_('ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments.') = s_('ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments.')
......
---
title: Apply GitLab UI button styles in ee/app/views/projects/settings/ci_cd directory
merge_request: 43335
author: Justin Zeng @jzeng88
type: other
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