diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-23 11:37:23 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-23 11:37:23 +0100 |
commit | bd1dede2591fd9c4ebc54e5ef41232193f0a0f5b (patch) | |
tree | f2e360bd3d38cad144cb09d7b0c13d4243f677cb | |
parent | 8300398b9f4666c102d6c205f1b94e00b8017014 (diff) |
Correct form post URL
-rw-r--r-- | app/views/admin_request/edit.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_request/edit.rhtml b/app/views/admin_request/edit.rhtml index b659c676d..56fc28dd0 100644 --- a/app/views/admin_request/edit.rhtml +++ b/app/views/admin_request/edit.rhtml @@ -60,7 +60,7 @@ <hr> -<% form_tag '../fully_destroy/' + @info_request.id.to_s do %> +<% form_tag '../destroy/' + @info_request.id.to_s do %> <p> <strong>This is permanent and irreversible!</strong> <%= submit_tag 'Destory request entirely' %> <br>Use it mainly if someone posts private information, e.g. made a Data Protection request. It |