replace uploader information post previews and comment listing, rename tagger to top tagger
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user