Fix #4427: Opening a post from a profile's favorites brings up a fav: search.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div>
|
<div>
|
||||||
<% presenter.favorites.each do |post| %>
|
<% presenter.favorites.each do |post| %>
|
||||||
<%= PostPresenter.preview(post, :tags => "fav:#{user.name}") %>
|
<%= PostPresenter.preview(post, tags: "ordfav:#{user.name}") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user