Commit f2837c09 authored by David O'Regan's avatar David O'Regan

Merge branch 'btn-default-push-rules' into 'master'

Add btn-default to settings toggle button in push rules

See merge request gitlab-org/gitlab!52430
parents 7e38ebf6 96d25a4f
---
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