fix for escaped text in mod dashboard

This commit is contained in:
albert
2011-09-15 18:09:28 -04:00
parent c8cb217e6c
commit 66684f054e

View File

@@ -54,7 +54,7 @@ module ApplicationHelper
html << " [" + link_to("&ndash;", new_user_feedback_path(:user_record => {:category => "negative", :user_id => user.id})) + "]"
end
html
html.html_safe
end
protected