fixes #1530
This commit is contained in:
@@ -5,7 +5,7 @@ module ArtistsHelper
|
|||||||
if artist
|
if artist
|
||||||
link_to(artist.name, artist_path(artist))
|
link_to(artist.name, artist_path(artist))
|
||||||
else
|
else
|
||||||
link_to(name, new_artist_path(:name => name)) + " " + content_tag("span", "*", :class => "new-artist")
|
link_to(name, new_artist_path(:name => name)) + " " + content_tag("span", "*", :class => "new-artist", :title => "No artist with this name currently exists.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user