PostPresenter.preview: standardize on show_deleted: true.
Standardize on using `show_deleted: true` instead of `tags: "status:any"` when rendering thumbnails and we want to show deleted thumbnails. Also fixes it so that deleted thumbnails are shown when reordering pools and favorite groups.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<%= table_for @commentary_versions, {class: "striped", width: "100%"} do |t| %>
|
||||
<% if listing_type(:post_id) == :standard %>
|
||||
<% t.column "Post", width: "1%" do |commentary_version| %>
|
||||
<%= PostPresenter.preview(commentary_version.post, :tags => "status:any") %>
|
||||
<%= PostPresenter.preview(commentary_version.post, show_deleted: true) %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if listing_type(:post_id) == :standard %>
|
||||
|
||||
Reference in New Issue
Block a user