Listing artists

<% @artists.each do |artist| %> <% end %>
id email name homepage_url api_url default_lisence crowled_at author_id created_at updated_at
<%= link_to artist.id, :action => :browse, :id => artist.id %> <%= h artist.email %> <%= h artist.name %> <%= h artist.homepage_url %> <%= h artist.api_url %> <%= link_to artist.default_lisence_id, :controller => 'lisences', :action => :browse, :id => artist.default_lisence_id %> <%= artist.crowled_at %> <%= link_to artist.author_id, :controller => 'authors', :action => :browse, :id => artist.author_id %> <%= artist.created_at %> <%= artist.updated_at %>