From a4f989a5e098a4b48659c5f436c327eca0220219 2012-12-22 10:57:01 From: Jean-Philippe Lang Date: 2012-12-22 10:57:01 Subject: [PATCH] Code cleanup. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11070 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/bulk_edit.html.erb b/app/views/issues/bulk_edit.html.erb index bec8e29..3d23a99 100644 --- a/app/views/issues/bulk_edit.html.erb +++ b/app/views/issues/bulk_edit.html.erb @@ -1,11 +1,10 @@

<%= @copy ? l(:button_copy) : l(:label_bulk_edit_selected_issues) %>

- + <%= form_tag({:action => 'bulk_update'}, :id => 'bulk_edit_form') do %> <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join("\n").html_safe %> diff --git a/app/views/timelog/bulk_edit.html.erb b/app/views/timelog/bulk_edit.html.erb index f1d4ed9..ac3511a 100644 --- a/app/views/timelog/bulk_edit.html.erb +++ b/app/views/timelog/bulk_edit.html.erb @@ -1,10 +1,10 @@

<%= l(:label_bulk_edit_selected_time_entries) %>

<%= form_tag(:action => 'bulk_update') do %>