summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-04-04 13:33:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-04-04 13:33:33 +0300
commitcd8c913eec15f41af683d53882cc82a7ec50cc27 (patch)
treed1ec4634ff7a62e1be237693949fcb1c9c59ad08
parent442528e57775751afc517ab7c247de99e95bbadf (diff)
downloadgitlab-ce-dz-improve-app-settings-6.tar.gz
Remove unused form for admin application settingsdz-improve-app-settings-6
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/admin/application_settings/_form.html.haml5
-rw-r--r--app/views/admin/application_settings/show.html.haml3
2 files changed, 0 insertions, 8 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
deleted file mode 100644
index 7f58cf96caf..00000000000
--- a/app/views/admin/application_settings/_form.html.haml
+++ /dev/null
@@ -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'
diff --git a/app/views/admin/application_settings/show.html.haml b/app/views/admin/application_settings/show.html.haml
index 075d92b078b..9e605054523 100644
--- a/app/views/admin/application_settings/show.html.haml
+++ b/app/views/admin/application_settings/show.html.haml
@@ -302,6 +302,3 @@
= _('Allow requests to the local network from hooks and services.')
.settings-content
= render 'outbound'
-
-.prepend-top-20
- = render 'form'