fixes #451
This commit is contained in:
@@ -66,7 +66,7 @@ class UserPresenter
|
|||||||
end
|
end
|
||||||
|
|
||||||
def favorites(template)
|
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
|
end
|
||||||
|
|
||||||
def comments(template)
|
def comments(template)
|
||||||
|
|||||||
Reference in New Issue
Block a user