summaryrefslogtreecommitdiffstats
path: root/app/views/issues
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-10 22:58:14 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-10 22:58:14 +0000
commit3c75d6036fda18cbb8c971bb9ecc33734e6f4e37 (patch)
tree0b557c5bb1efa0dfcf952cef810a87df91b16354 /app/views/issues
parent0bbbaa0dbd5f4efc0b8b3ff37ea579734edb45f0 (diff)
downloadredmine-3c75d6036fda18cbb8c971bb9ecc33734e6f4e37.tar.gz
redmine-3c75d6036fda18cbb8c971bb9ecc33734e6f4e37.zip
Fixed: Routing error when deleting an issue with spent time.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8632 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/destroy.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/destroy.html.erb b/app/views/issues/destroy.html.erb
index 7b9d7a9ca..3491c78eb 100644
--- a/app/views/issues/destroy.html.erb
+++ b/app/views/issues/destroy.html.erb
@@ -1,6 +1,6 @@
<h2><%= l(:label_confirmation) %></h2>
-<% form_tag do %>
+<% form_tag({}, :method => :delete) do %>
<%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join("\n").html_safe %>
<div class="box">
<p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p>