This commit is contained in:
Toks
2013-05-04 10:47:07 -04:00
parent 92d6775e33
commit b5c4bb1006

View File

@@ -5,7 +5,7 @@ module ArtistsHelper
if artist
link_to(artist.name, artist_path(artist))
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