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.
13 lines
407 B
Plaintext
13 lines
407 B
Plaintext
<h1>Ban Post</h1>
|
|
|
|
<div>
|
|
<%= PostPresenter.preview(@post, show_deleted: true) %>
|
|
</div>
|
|
|
|
<%= form_tag(ban_moderator_post_post_path(@post), :style => "clear: both;", :class => "simple_form") do %>
|
|
<p>Banning a post will hide it from anyone without a gold level account or higher. You should only ban a post if an artist requested it.</p>
|
|
|
|
<%= submit_tag "Ban" %>
|
|
<%= submit_tag "Cancel" %>
|
|
<% end %>
|