Commit b4f062aa authored by Phil Hughes's avatar Phil Hughes

Merge branch '231181-apply-gitlab-ui-styles-1' into 'master'

Apply gl-button class to buttons

See merge request gitlab-org/gitlab!47481
parents 0a7ce52e edb27535
......@@ -3,7 +3,7 @@
.settings-header
%h4
= _('Custom project templates')
%button.btn.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= _('Select the custom project template source group.')
......
......@@ -3,7 +3,7 @@
.settings-header
%h4
= _('Templates')
%button.btn.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p
= _('Set instance-wide template repository')
......
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