fix #2306
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<h1>Ban Post</h1>
|
||||
|
||||
<div>
|
||||
<%= PostPresenter.preview(@post) %>
|
||||
<%= PostPresenter.preview(@post, :tags => "status:any") %>
|
||||
</div>
|
||||
|
||||
<%= form_tag(ban_moderator_post_post_path(@post), :style => "clear: both;", :class => "simple_form") do %>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<h1>Delete Post</h1>
|
||||
|
||||
<div>
|
||||
<%= PostPresenter.preview(@post) %>
|
||||
<%= PostPresenter.preview(@post, :tags => "status:any") %>
|
||||
</div>
|
||||
|
||||
<%= form_tag(delete_moderator_post_post_path, :style => "clear: both;", :class => "simple_form") do %>
|
||||
|
||||
Reference in New Issue
Block a user