debian-mirror-gitlab/app/views/admin/application_settings/_abuse.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
471 B
Text
Raw Normal View History

2019-09-30 21:07:59 +05:30
= form_for @application_setting, url: reporting_admin_application_settings_path(anchor: 'js-abuse-settings'), html: { class: 'fieldset-form' } do |f|
2018-05-09 12:01:36 +05:30
= form_errors(@application_setting)
%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
2021-06-08 01:23:25 +05:30
= f.submit _('Save changes'), class: "gl-button btn btn-confirm"