From 7866c700faa690194352433931b4ee1db063e632 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:14:07 -0400 Subject: [PATCH] [Posts] Show verified uploaders to everyone (#757) --- app/views/posts/partials/show/_information.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/partials/show/_information.html.erb b/app/views/posts/partials/show/_information.html.erb index cb8ac846d..209963e8a 100644 --- a/app/views/posts/partials/show/_information.html.erb +++ b/app/views/posts/partials/show/_information.html.erb @@ -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" %> - <% if CurrentUser.is_janitor? %> + <% if CurrentUser.is_janitor? || post.uploader_linked_artists.any? %>