html_safe for Rails3
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8283 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8a563e8f57
commit
f29b57088a
|
@ -6,7 +6,7 @@
|
|||
status_by_options_for_select(criteria),
|
||||
:id => 'status_by_select',
|
||||
:onchange => remote_function(:url => status_by_version_path(version),
|
||||
:with => "Form.serialize('status_by_form')"))) %>
|
||||
:with => "Form.serialize('status_by_form')"))).html_safe %>
|
||||
</legend>
|
||||
<% if counts.empty? %>
|
||||
<p><em><%= l(:label_no_data) %></em></p>
|
||||
|
|
Loading…
Reference in New Issue