related tags: fix incorrectly returning banned_artist for artist tag.

This commit is contained in:
evazion
2021-02-05 19:27:15 -06:00
parent 3f515a52ab
commit 5ee0cd5ffb

View File

@@ -13,7 +13,7 @@
<% end %> <% end %>
<% source.artists.each do |artist| %> <% source.artists.each do |artist| %>
<%= render_simple_tag_list(["banned_artist"]) %> <%= render_simple_tag_list([artist.name]) %>
<ul> <ul>
<% artist.sorted_urls.each do |url| %> <% artist.sorted_urls.each do |url| %>