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

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