This commit is contained in:
albert
2013-03-25 22:48:58 -04:00
parent 228cae2cb2
commit 2b22a3877f
2 changed files with 2 additions and 2 deletions

View File

@@ -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>