forked from e621ng/e621ng
[Posts] Show verified uploaders to everyone (#757)
This commit is contained in:
parent
7650e1606a
commit
7866c700fa
@ -13,7 +13,7 @@
|
||||
Posted: <%= link_to time_ago_in_words_tagged(post.created_at), posts_path(:tags => "date:#{post.created_at.to_date}"), :rel => "nofollow" %>
|
||||
<meta itemprop="uploadDate" content="<%= post.created_at.iso8601 %>">
|
||||
</li>
|
||||
<% if CurrentUser.is_janitor? %>
|
||||
<% if CurrentUser.is_janitor? || post.uploader_linked_artists.any? %>
|
||||
<li>
|
||||
Uploader: <%= link_to_user(post.uploader) %> <%= user_record_meta(post.uploader) if CurrentUser.is_janitor? %>
|
||||
<% if post.uploader_linked_artists.any? %>
|
||||
|
Loading…
Reference in New Issue
Block a user