diff --git a/app/presenters/user_presenter.rb b/app/presenters/user_presenter.rb index 93f3e8dda..e780c0d29 100644 --- a/app/presenters/user_presenter.rb +++ b/app/presenters/user_presenter.rb @@ -84,7 +84,7 @@ class UserPresenter end def favorite_count(template) - template.link_to(user.favorite_count, template.favorites_path(:user_id => user.id)) + template.link_to(user.favorite_count, template.posts_path(tags: "ordfav:#{user.name}")) end def favorite_group_count(template)