diff --git a/app/presenters/user_presenter.rb b/app/presenters/user_presenter.rb index d10d1344a..e2586ed2c 100644 --- a/app/presenters/user_presenter.rb +++ b/app/presenters/user_presenter.rb @@ -66,7 +66,7 @@ class UserPresenter end def favorites(template) - template.link_to(user.favorite_count, template.favorites_path(:user_id => user.id)) + template.link_to(user.favorite_count, template.posts_path(:tags => "fav:#{user.name}")) end def comments(template)