Files
danbooru/app/views/moderator/post/posts/confirm_ban.html.erb
2014-11-12 18:46:12 -05:00

13 lines
410 B
Plaintext

<h1>Ban Post</h1>
<div>
<%= PostPresenter.preview(@post, :tags => "status:any") %>
</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 %>