replace uploader information post previews and comment listing, rename tagger to top tagger

This commit is contained in:
Albert Yi
2018-03-27 10:49:12 -07:00
parent ce7e31325c
commit 6c790c61d3
4 changed files with 18 additions and 7 deletions

View File

@@ -4,10 +4,12 @@
<strong>Date</strong>
<%= compact_time(post.created_at) %>
</span>
<span class="info">
<strong>User</strong>
<%= link_to_user(post.uploader) %>
</span>
<% if CurrentUser.is_moderator? %>
<span class="info">
<strong>User</strong>
<%= link_to_user(post.uploader) %>
</span>
<% end %>
<span class="info">
<strong>Rating</strong>
<%= post.rating %>