users/show: change favcount link to ordfav: search.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user