From 5ee0cd5ffb74cf2aae3eb07c88929978d77ed71f Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 5 Feb 2021 19:27:15 -0600 Subject: [PATCH] related tags: fix incorrectly returning banned_artist for artist tag. --- app/views/related_tags/_source_tags.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/related_tags/_source_tags.html.erb b/app/views/related_tags/_source_tags.html.erb index 512135444..3ff057baf 100644 --- a/app/views/related_tags/_source_tags.html.erb +++ b/app/views/related_tags/_source_tags.html.erb @@ -13,7 +13,7 @@ <% end %> <% source.artists.each do |artist| %> - <%= render_simple_tag_list(["banned_artist"]) %> + <%= render_simple_tag_list([artist.name]) %>