Show deleted posts for favorite groups
also link to the proper post search with status:any fixes #4347
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div id="a-show">
|
||||
<h1>
|
||||
Favorite Group:
|
||||
<%= link_to @favorite_group.pretty_name, posts_path(:tags => "favgroup:#{@favorite_group.id}") %>
|
||||
<%= link_to @favorite_group.pretty_name, posts_path(:tags => "favgroup:#{@favorite_group.id} status:any") %>
|
||||
</h1>
|
||||
|
||||
Creator: <%= link_to_user @favorite_group.creator %>
|
||||
@@ -18,7 +18,7 @@
|
||||
<% if @favorite_group.post_count == 0 %>
|
||||
<%= render "post_sets/blank" %>
|
||||
<% else %>
|
||||
<%= post_previews_html(@posts, favgroup_id: @favorite_group.id) %>
|
||||
<%= post_previews_html(@posts, favgroup_id: @favorite_group.id, show_deleted: true) %>
|
||||
|
||||
<%= numbered_paginator(@posts) %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user