|
6 | 6 | .settings-header
|
7 | 7 | %h4
|
8 | 8 | = _('Visibility and access controls')
|
9 |
| - %button.btn.js-settings-toggle{ type: 'button' } |
| 9 | + %button.btn.gl-button.js-settings-toggle{ type: 'button' } |
10 | 10 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
11 | 11 | %p
|
12 | 12 | = _('Set default and restrict visibility levels. Configure import sources and git access protocol.')
|
|
17 | 17 | .settings-header
|
18 | 18 | %h4
|
19 | 19 | = _('Account and limit')
|
20 |
| - %button.btn.js-settings-toggle{ type: 'button' } |
| 20 | + %button.btn.gl-button.js-settings-toggle{ type: 'button' } |
21 | 21 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
22 | 22 | %p
|
23 | 23 | = _('Set projects and maximum size limits, session duration, user options, and check feature availability for namespace plan.')
|
|
28 | 28 | .settings-header
|
29 | 29 | %h4
|
30 | 30 | = _('Diff limits')
|
31 |
| - %button.btn.js-settings-toggle{ type: 'button' } |
| 31 | + %button.btn.gl-button.js-settings-toggle{ type: 'button' } |
32 | 32 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
33 | 33 | %p
|
34 | 34 | = _('Diff content limits')
|
|
39 | 39 | .settings-header
|
40 | 40 | %h4
|
41 | 41 | = _('Sign-up restrictions')
|
42 |
| - %button.btn.js-settings-toggle{ type: 'button' } |
| 42 | + %button.btn.gl-button.js-settings-toggle{ type: 'button' } |
43 | 43 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
44 | 44 | %p
|
45 | 45 | = _('Configure the way a user creates a new account.')
|
|
50 | 50 | .settings-header
|
51 | 51 | %h4
|
52 | 52 | = _('Sign-in restrictions')
|
53 |
| - %button.btn.js-settings-toggle{ type: 'button' } |
| 53 | + %button.btn.gl-button.js-settings-toggle{ type: 'button' } |
54 | 54 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
55 | 55 | %p
|
56 | 56 | = _('Set requirements for a user to sign-in. Enable mandatory two-factor authentication.')
|
|
61 | 61 | .settings-header
|
62 | 62 | %h4
|
63 | 63 | = _('Terms of Service and Privacy Policy')
|
64 |
| - %button.btn.btn-default.js-settings-toggle{ type: 'button' } |
| 64 | + %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' } |
65 | 65 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
66 | 66 | %p
|
67 | 67 | = _('Include a Terms of Service agreement and Privacy Policy that all users must accept.')
|
|
74 | 74 | .settings-header
|
75 | 75 | %h4
|
76 | 76 | = _('Web terminal')
|
77 |
| - %button.btn.btn-default.js-settings-toggle{ type: 'button' } |
| 77 | + %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' } |
78 | 78 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
79 | 79 | %p
|
80 | 80 | = _('Set max session time for web terminal.')
|
|
85 | 85 | .settings-header
|
86 | 86 | %h4
|
87 | 87 | = _('Web IDE')
|
88 |
| - %button.btn.btn-default.js-settings-toggle{ type: 'button' } |
| 88 | + %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' } |
89 | 89 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
90 | 90 | %p
|
91 | 91 | = _('Manage Web IDE features')
|
|
108 | 108 | .settings-header
|
109 | 109 | %h4
|
110 | 110 | = _('Maintenance mode')
|
111 |
| - %button.btn.btn-default.js-settings-toggle{ type: 'button' } |
| 111 | + %button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' } |
112 | 112 | = expanded_by_default? ? _('Collapse') : _('Expand')
|
113 | 113 | %p
|
114 | 114 | = _('Prevent users from performing write operations on GitLab while performing maintenance.')
|
|
0 commit comments