Commit ac53b4c4 authored by yo's avatar yo Committed by Yogi

Add btn-default class for toggle button in admin templates

parent cb67b5be
......@@ -3,7 +3,7 @@
.settings-header
%h4
= _('Custom project templates')
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.btn-default.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.gl-button.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.btn-default.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