partial fix for #262
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
<tr>
|
||||
<th width="1%"></th>
|
||||
<% if CurrentUser.user.is_janitor? %>
|
||||
<th>Creator</th>
|
||||
<th width="10%">Creator</th>
|
||||
<% end %>
|
||||
<th>Reason</th>
|
||||
<th width="15%">Date</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -21,6 +22,7 @@
|
||||
</td>
|
||||
<% end %>
|
||||
<td><%= format_text post_flag.reason %></td>
|
||||
<td><%= compact_time post_flag.updated_at %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user