add user classes on more pages
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<% @post_appeals.each do |post_appeal| %>
|
||||
<tr>
|
||||
<td><%= PostPresenter.preview(post_appeal.post, :tags => "status:any") %></td>
|
||||
<td><%= link_to post_appeal.creator.name, user_path(post_appeal.creator) %></td>
|
||||
<td><%= link_to post_appeal.creator.name, user_path(post_appeal.creator), { :class => post_appeal.creator.level_class } %></td>
|
||||
<td><%= format_text post_appeal.reason %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user