diff --git a/app/views/posts/partials/show/_information.html.erb b/app/views/posts/partials/show/_information.html.erb index 317c8b94a..209963e8a 100644 --- a/app/views/posts/partials/show/_information.html.erb +++ b/app/views/posts/partials/show/_information.html.erb @@ -15,7 +15,7 @@ <% if CurrentUser.is_janitor? || post.uploader_linked_artists.any? %>
  • - Uploader: <%= link_to_user(post.uploader) %> <%= user_record_meta(post.uploader) %> + Uploader: <%= link_to_user(post.uploader) %> <%= user_record_meta(post.uploader) if CurrentUser.is_janitor? %> <% if post.uploader_linked_artists.any? %> <% end %>