fix comment searches from user profile

This commit is contained in:
albert
2013-02-22 16:16:37 -05:00
parent 42d7caae25
commit 3f57952710

View File

@@ -100,7 +100,7 @@ class UserPresenter
end
def comment_count(template)
template.link_to(Comment.for_creator(user.id).count, template.comments_path(:search => {:creator_id => user.id}))
template.link_to(Comment.for_creator(user.id).count, template.comments_path(:search => {:creator_id => user.id}, :group_by => "comment"))
end
def post_version_count(template)