Commit 487caca8 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch 'btn-default-templates' into 'master'

Add btn-default class for toggle button in admin templates

See merge request gitlab-org/gitlab!58041
parents b0942dcd 921cf992
---
title: Add btn-default class for toggle button in admin templates
merge_request: 58041
author: Yogi (@yo)
type: changed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.settings-header .settings-header
%h4 %h4
= _('Custom project templates') = _('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') = expanded ? _('Collapse') : _('Expand')
%p %p
= _('Select the custom project template source group.') = _('Select the custom project template source group.')
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.settings-header .settings-header
%h4 %h4
= _('Templates') = _('Templates')
%button.btn.gl-button.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand') = expanded ? _('Collapse') : _('Expand')
%p %p
= _('Set instance-wide template repository') = _('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