related tags: fix incorrectly returning banned_artist for artist tag.
This commit is contained in:
@@ -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| %>
|
||||||
|
|||||||
Reference in New Issue
Block a user