Commit 1eb27adc authored by Justin Zeng's avatar Justin Zeng Committed by Phil Hughes

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

parent 56b98440
......@@ -4,7 +4,7 @@
.settings-header
%h4
= _("Pipeline subscriptions")
%button.btn.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= _("Set up pipeline subscriptions for this project.")
......
......@@ -6,7 +6,7 @@
.settings-header
%h4
= _('Protected Environments')
%button.btn.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= 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