[Posts] Show verified uploaders to everyone (#757)

This commit is contained in:
Tarrgon 2024-09-29 16:14:07 -04:00 committed by GitHub
parent 7650e1606a
commit 7866c700fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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? %>