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:
@@ -11,7 +11,7 @@
|
||||
|
||||
<%= table_for @post_approvals, width: "100%" do |t| %>
|
||||
<% t.column "Post", width: "1%" do |post_approval| %>
|
||||
<%= PostPresenter.preview(post_approval.post, :tags => "status:any") %>
|
||||
<%= PostPresenter.preview(post_approval.post, show_deleted: true) %>
|
||||
<% end %>
|
||||
<% t.column "Approver", width: "15%" do |post_approval| %>
|
||||
<%= link_to_user post_approval.user %>
|
||||
|
||||
Reference in New Issue
Block a user