2022-10-11 01:57:18 +05:30
|
|
|
= gitlab_ui_form_for @application_setting, url: reporting_admin_application_settings_path(anchor: 'js-abuse-settings'), html: { class: 'fieldset-form' } do |f|
|
|
|
|
= form_errors(@application_setting)
|
2018-05-09 12:01:36 +05:30
|
|
|
|
|
|
|
%fieldset
|
|
|
|
.form-group
|
2021-06-08 01:23:25 +05:30
|
|
|
= f.label :abuse_notification_email, _('Abuse reports notification email'), class: 'label-bold'
|
2021-03-11 19:13:27 +05:30
|
|
|
= f.text_field :abuse_notification_email, class: 'form-control gl-form-input'
|
2018-05-09 12:01:36 +05:30
|
|
|
|
2022-10-11 01:57:18 +05:30
|
|
|
= f.submit _('Save changes'), pajamas_button: true
|