##// END OF EJS Templates
html_safe for Rails3...
Jean-Philippe Lang -
r8163:f29b57088ae0
parent child
Show More
@@ -6,7 +6,7
6 status_by_options_for_select(criteria),
6 status_by_options_for_select(criteria),
7 :id => 'status_by_select',
7 :id => 'status_by_select',
8 :onchange => remote_function(:url => status_by_version_path(version),
8 :onchange => remote_function(:url => status_by_version_path(version),
9 :with => "Form.serialize('status_by_form')"))) %>
9 :with => "Form.serialize('status_by_form')"))).html_safe %>
10 </legend>
10 </legend>
11 <% if counts.empty? %>
11 <% if counts.empty? %>
12 <p><em><%= l(:label_no_data) %></em></p>
12 <p><em><%= l(:label_no_data) %></em></p>
General Comments 0
You need to be logged in to leave comments. Login now