<%= t '.title' -%>

<% @artists.each do |artist| %> <% end %>
<%= t_m 'Artist.id' -%> <%= t_m 'Artist.author_id' -%> <%= t_m 'Artist.name' -%> <%= t_m 'Artist.author_id' -%> <%= t_m 'Artist.created_at' -%> <%= t_m 'Artist.updated_at' -%>
<%= link_to artist.id, browse_artist_path(artist) %> <%= h(truncate(artist.name, :length => 12)) %> <% if artist.author_id %> <%= link_to artist.author_id, browse_author_path(artist.author) %> <% end %> <%= l artist.created_at %> <%= l artist.updated_at %>