2022-07-23 23:45:48 +05:30
|
|
|
= gitlab_ui_form_for @application_setting, url: preferences_admin_application_settings_path(anchor: 'js-whats-new-settings'), html: { class: 'fieldset-form whats-new-settings' } do |f|
|
2022-10-11 01:57:18 +05:30
|
|
|
= form_errors(@application_setting)
|
2021-06-08 01:23:25 +05:30
|
|
|
|
2022-08-27 11:52:29 +05:30
|
|
|
- whats_new_variants.each_key do |variant|
|
2022-07-23 23:45:48 +05:30
|
|
|
.gl-mb-4
|
|
|
|
= f.gitlab_ui_radio_component :whats_new_variant, variant, whats_new_variants_label(variant), help_text: whats_new_variants_description(variant)
|
2021-06-08 01:23:25 +05:30
|
|
|
|
2022-11-25 23:54:43 +05:30
|
|
|
= f.submit _('Save changes'), pajamas_button: true
|