Show deleted posts for favorite groups

also link to the proper post search with status:any

fixes #4347
This commit is contained in:
lllusion3469
2020-04-07 17:05:38 +02:00
parent 6d615001e4
commit 9e8740f746
2 changed files with 3 additions and 3 deletions

View File

@@ -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?"} %>