fixed user feedback link

This commit is contained in:
albert
2011-09-06 18:21:56 -04:00
parent 156776f42c
commit 79277ff6d3

View File

@@ -106,7 +106,7 @@ class UserPresenter
neutral = UserFeedback.for_user(user.id).neutral.count
negative = UserFeedback.for_user(user.id).negative.count
template.link_to("positive:#{positive} neutral:#{neutral} negative:#{negative}", template.user_feedbacks_path(:search => {:user_id_rq => user.id}))
template.link_to("positive:#{positive} neutral:#{neutral} negative:#{negative}", template.user_feedbacks_path(:search => {:user_id_eq => user.id}))
end
def subscriptions(template)