Fix #3969: Translated tags should ignore artist tags.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="source-related-tags-columns">
|
||||
<% if source.present? %>
|
||||
<%= render "related_tags/tag_column", tags: source.translated_tags.map(&:first), title: "Translated Tags" %>
|
||||
<%= render "related_tags/tag_column", tags: source.translated_tags, title: "Translated Tags" %>
|
||||
|
||||
<div class="tag-column wide-column artist-related-tags-column">
|
||||
<h6>Artist</h6>
|
||||
|
||||
Reference in New Issue
Block a user