Show deleted posts for favorite groups
also link to the proper post search with status:any fixes #4347
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<% if @favorite_group && !@favorite_group.new_record? %>
|
||||
<li>|</li>
|
||||
<%= subnav_link_to "Show", favorite_group_path(@favorite_group) %>
|
||||
<%= subnav_link_to "Posts", posts_path(:tags => "favgroup:#{@favorite_group.id}") %>
|
||||
<%= subnav_link_to "Posts", posts_path(:tags => "favgroup:#{@favorite_group.id} status:any") %>
|
||||
<% if policy(@favorite_group).update? %>
|
||||
<%= subnav_link_to "Edit", edit_favorite_group_path(@favorite_group) %>
|
||||
<%= subnav_link_to "Delete", favorite_group_path(@favorite_group), :method => :delete, :data => {:confirm => "Are you sure you want to delete this favorite group?"} %>
|
||||
|
||||
Reference in New Issue
Block a user