@@ -1,7 +1,7 | |||
|
1 | 1 | <h2><%= l(:label_confirmation) %></h2> |
|
2 | 2 | |
|
3 | 3 | <% form_tag do %> |
|
4 |
<%= @issues.collect {|i| hidden_field_tag |
|
|
4 | <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join("\n").html_safe %> | |
|
5 | 5 | <div class="box"> |
|
6 | 6 | <p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p> |
|
7 | 7 | <p> |
General Comments 0
You need to be logged in to leave comments.
Login now