diff --git a/app/views/issues/bulk_edit.html.erb b/app/views/issues/bulk_edit.html.erb index bec8e2987..3d23a990a 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 f1d4ed979..ac3511a77 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 %>