diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-04-04 13:33:33 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-04-04 13:33:33 +0300 |
commit | cd8c913eec15f41af683d53882cc82a7ec50cc27 (patch) | |
tree | d1ec4634ff7a62e1be237693949fcb1c9c59ad08 /app/views | |
parent | 442528e57775751afc517ab7c247de99e95bbadf (diff) | |
download | gitlab-ce-cd8c913eec15f41af683d53882cc82a7ec50cc27.tar.gz |
Remove unused form for admin application settingsdz-improve-app-settings-6
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 5 | ||||
-rw-r--r-- | app/views/admin/application_settings/show.html.haml | 3 |
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' |