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

@@ -1,6 +1,6 @@
<ul itemscope itemtype="http://schema.org/ImageObject">
<li>ID: <%= post.id %></li>
<li>Tagger: <%= link_to_user(post.keeper) %></li>
<li>Top Tagger: <%= link_to_user(post.keeper) %></li>
<% if CurrentUser.is_moderator? %>
<li>Uploader: <%= link_to_user(post.uploader) %></li>
<% end %>