Artist urls can be prepended with a '-' to mark is inactive (#3388)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<ul>
|
||||
<% artist.urls.each do |url| %>
|
||||
<li>
|
||||
<%= link_to h(url.to_s), h(url.to_s) %>
|
||||
<%= link_to h(url.to_s), h(url) %>
|
||||
<% if CurrentUser.user.is_moderator? %>
|
||||
[<%= link_to("mass edit", edit_moderator_tag_path(:antecedent => "-#{artist.name} source:#{ArtistUrl.normalize_for_search(url.to_s)}", :consequent => artist.name)) %>]
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user