fix #2306
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<tbody>
|
||||
<% @commentaries.each do |commentary| %>
|
||||
<tr>
|
||||
<td><%= PostPresenter.preview(commentary.post) %></td>
|
||||
<td><%= PostPresenter.preview(commentary.post, :tags => "status:any") %></td>
|
||||
<td>
|
||||
<h3><%= h(commentary.original_title) %></h3>
|
||||
<div class="prose">
|
||||
|
||||
@@ -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