Commit 0c26233f authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '231181-apply-gitlab-ui-styles-2' into 'master'

Apply gl-button class to buttons

See merge request gitlab-org/gitlab!47482
parents 91daa6a8 2abe4660
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.settings-header .settings-header
%h4 %h4
= _('Performance optimization') = _('Performance optimization')
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Various settings that affect GitLab performance.') = _('Various settings that affect GitLab performance.')
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
.settings-header .settings-header
%h4 %h4
= _('User and IP Rate Limits') = _('User and IP Rate Limits')
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Configure limits for web and API requests.') = _('Configure limits for web and API requests.')
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
.settings-header .settings-header
%h4 %h4
= _('Outbound requests') = _('Outbound requests')
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Allow requests to the local network from hooks and services.') = _('Allow requests to the local network from hooks and services.')
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
.settings-header .settings-header
%h4 %h4
= _('Protected Paths') = _('Protected Paths')
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Configure paths to be protected by Rack Attack.') = _('Configure paths to be protected by Rack Attack.')
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
.settings-header .settings-header
%h4 %h4
= _('Issues Rate Limits') = _('Issues Rate Limits')
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Configure limit for issues created per minute by web and API requests.') = _('Configure limit for issues created per minute by web and API requests.')
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
.settings-header .settings-header
%h4 %h4
= _('Import/Export Rate Limits') = _('Import/Export Rate Limits')
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Configure limits for Project/Group Import/Export.') = _('Configure limits for Project/Group Import/Export.')
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.settings-header .settings-header
%h4 %h4
= _('Incident Management Limits') = _('Incident Management Limits')
%button.btn.btn-default.js-settings-toggle{ type: 'button' } %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand') = expanded_by_default? ? _('Collapse') : _('Expand')
%p %p
= _('Configure limits on the number of inbound alerts able to be sent to a project.') = _('Configure limits on the number of inbound alerts able to be sent to a project.')
......
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