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})) + "]"
|
html << " [" + link_to("–", new_user_feedback_path(:user_record => {:category => "negative", :user_id => user.id})) + "]"
|
||||||
end
|
end
|
||||||
|
|
||||||
html
|
html.html_safe
|
||||||
end
|
end
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|||||||
Reference in New Issue
Block a user