Remove unused form for admin application settings

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2018-04-04 13:33:33 +03:00
parent 442528e577
commit cd8c913eec
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +0,0 @@
= form_for @application_setting, url: admin_application_settings_path, html: { class: 'form-horizontal fieldset-form' } do |f|
= form_errors(@application_setting)
.form-actions
= f.submit 'Save', class: 'btn btn-save'

View File

@ -302,6 +302,3 @@
= _('Allow requests to the local network from hooks and services.')
.settings-content
= render 'outbound'
.prepend-top-20
= render 'form'