potential fix for #993
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<td>
|
||||
<%= link_to artist_version.name, artist_versions_path(:search => {:artist_id => artist_version.artist_id}) %>
|
||||
</td>
|
||||
<td><%= link_to "artist", artist_path(artist_version.artist) %></td>
|
||||
<td><%= link_to "artist", artist_path(artist_version.artist_id) %></td>
|
||||
<td><%= artist_version_other_names_diff(artist_version) %></td>
|
||||
<td><%= artist_version.group_name %></td>
|
||||
<td><%= compact_time artist_version.created_at %></td>
|
||||
|
||||
Reference in New Issue
Block a user