fixes #1071
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<tbody>
|
||||
<% @post_appeals.each do |post_appeal| %>
|
||||
<tr>
|
||||
<td><%= PostPresenter.preview(post_appeal.post) %></td>
|
||||
<td><%= PostPresenter.preview(post_appeal.post, :tags => "status:any") %></td>
|
||||
<td><%= link_to post_appeal.creator.name, user_path(post_appeal.creator) %></td>
|
||||
<td><%= format_text post_appeal.reason %></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user