fix for escaped text in mod dashboard
This commit is contained in:
@@ -54,7 +54,7 @@ module ApplicationHelper
|
||||
html << " [" + link_to("–", new_user_feedback_path(:user_record => {:category => "negative", :user_id => user.id})) + "]"
|
||||
end
|
||||
|
||||
html
|
||||
html.html_safe
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
Reference in New Issue
Block a user