Commit edb27535 authored by Savas Vedova's avatar Savas Vedova

Apply gl-button class to buttons

parent 10e72ff5
......@@ -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