From f29b57088ae0ddd85ec99b516c0980dde1dad8f8 2011-12-18 12:26:28 From: Jean-Philippe Lang Date: 2011-12-18 12:26:28 Subject: [PATCH] html_safe for Rails3 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8283 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/versions/_issue_counts.html.erb b/app/views/versions/_issue_counts.html.erb index d104891..5f0410b 100644 --- a/app/views/versions/_issue_counts.html.erb +++ b/app/views/versions/_issue_counts.html.erb @@ -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 %> <% if counts.empty? %>

<%= l(:label_no_data) %>