Fix #4427: Opening a post from a profile's favorites brings up a fav: search.

This commit is contained in:
evazion
2020-12-27 17:14:55 -06:00
parent 7f1b798b05
commit 1047b1f8af

View File

@@ -18,7 +18,7 @@
</h2>
<div>
<% presenter.favorites.each do |post| %>
<%= PostPresenter.preview(post, :tags => "fav:#{user.name}") %>
<%= PostPresenter.preview(post, tags: "ordfav:#{user.name}") %>
<% end %>
</div>
</div>