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>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<tbody>
|
||||
<% @post_flags.each do |post_flag| %>
|
||||
<tr class="resolved-<%= post_flag.is_resolved? %>">
|
||||
<td><%= PostPresenter.preview(post_flag.post) %></td>
|
||||
<td><%= PostPresenter.preview(post_flag.post, :tags => "status:any") %></td>
|
||||
<% if CurrentUser.user.is_janitor? %>
|
||||
<td>
|
||||
<%= link_to post_flag.creator.name, user_path(post_flag.creator) %>
|
||||
|
||||
Reference in New Issue
Block a user