adds user level classes to comment index by post
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</span>
|
||||
<span class="info">
|
||||
<strong>User</strong>
|
||||
<%= link_to(post.uploader_name, user_path(post.uploader_id)) %>
|
||||
<%= link_to(post.uploader_name, user_path(post.uploader_id), { :class => post.uploader.level_class }) %>
|
||||
</span>
|
||||
<span class="info">
|
||||
<strong>Rating</strong>
|
||||
|
||||
Reference in New Issue
Block a user