##// END OF EJS Templates
Rails3: view: html_safe for issues/destroy.html.erb...
Toshi MARUYAMA -
r8192:28d2896f9088
parent child
Show More
@@ -1,7 +1,7
1 <h2><%= l(:label_confirmation) %></h2>
1 <h2><%= l(:label_confirmation) %></h2>
2
2
3 <% form_tag do %>
3 <% form_tag do %>
4 <%= @issues.collect {|i| hidden_field_tag 'ids[]', i.id } %>
4 <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join("\n").html_safe %>
5 <div class="box">
5 <div class="box">
6 <p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p>
6 <p><strong><%= l(:text_destroy_time_entries_question, :hours => number_with_precision(@hours, :precision => 2)) %></strong></p>
7 <p>
7 <p>
General Comments 0
You need to be logged in to leave comments. Login now