OSDN Git Service

t#30515:fix import op
[pettanr/pettanr.git] / app / views / artists / list.html.erb
index db1fb76..124816e 100644 (file)
@@ -13,7 +13,6 @@
   <% @artists.each do |artist| %>
     <tr>
       <td><%= link_to artist.id, browse_artist_path(artist) %></td>
-      <td><%= link_to artist.author_id, browse_author_path(artist.author) %></td>
       <td><%= h(truncate(artist.name, :length => 12)) %></td>
       <td>
         <% if artist.author_id %>