From 6ef50f7a7f17a99c0bfe7a431026c558fa524533 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 29 May 2013 18:13:13 -0700 Subject: [PATCH] potential fix for #993 --- app/views/artist_versions/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/artist_versions/index.html.erb b/app/views/artist_versions/index.html.erb index c2e8aee25..478a0d71c 100644 --- a/app/views/artist_versions/index.html.erb +++ b/app/views/artist_versions/index.html.erb @@ -25,7 +25,7 @@ <%= link_to artist_version.name, artist_versions_path(:search => {:artist_id => artist_version.artist_id}) %> - <%= link_to "artist", artist_path(artist_version.artist) %> + <%= 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 %>