This commit is contained in:
albert
2013-02-19 21:52:03 -05:00
parent f119048493
commit 1a4b5782ea

View File

@@ -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)