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|
|
|
|
|
= form_errors(@application_setting, pajamas_alert: true)
|
2021-06-08 01:23:25 +05:30
|
|
|
|
|
|
|
- whats_new_variants.keys.each 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
|
|
|
|
|
|
|
= f.submit _('Save changes'), class: "gl-button btn btn-confirm"
|