Commit 96d25a4f authored by Yogi's avatar Yogi Committed by David O'Regan

Add btn-default to settings toggle button in push rules

parent 9c798d41
---
title: Add btn-default to settings toggle button in push rules
merge_request: 52430
author: Yogi (@yo)
type: other
......@@ -3,7 +3,7 @@
.settings-header
%h4
= _('Merge request (MR) approvals')
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand')
%p
= _('Regulate approvals by authors/committers. Affects all projects.')
......
......@@ -6,7 +6,7 @@
.settings-header
%h4
= _('Push Rules')
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand')
%p
= _('Rules that define what git pushes are accepted for a project. All newly created projects will use these settings.')
......
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