diff --git a/app/views/artist_versions/index.html.erb b/app/views/artist_versions/index.html.erb index 478a0d71c..ad319c9cc 100644 --- a/app/views/artist_versions/index.html.erb +++ b/app/views/artist_versions/index.html.erb @@ -7,7 +7,6 @@ Name - Artist Other Names Group Updated @@ -23,9 +22,8 @@ <% @artist_versions.each do |artist_version| %> - <%= link_to artist_version.name, artist_versions_path(:search => {:artist_id => artist_version.artist_id}) %> + <%= link_to artist_version.name, artist_path(artist_version.artist_id) %> - <%= link_to "artist", artist_path(artist_version.artist_id) %> <%= artist_version_other_names_diff(artist_version) %> <%= artist_version.group_name %> <%= compact_time artist_version.created_at %>