users/show: change favcount link to ordfav: search.

This commit is contained in:
evazion
2020-01-15 13:22:30 -06:00
parent 56817b9b09
commit 617e1ca98a

View File

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