fixes #1449
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2><%= link_to "Favorites", posts_path(:tags => "fav:#{user.name}") %></h2>
|
||||
<h2><%= link_to "Favorites", favorites_path(:user_id => user.id) %></h2>
|
||||
<% if presenter.has_favorites? %>
|
||||
<div>
|
||||
<% presenter.favorites.each do |post| %>
|
||||
|
||||
Reference in New Issue
Block a user