<%= t '.title' -%>

<%= notice %>

<%= t_m 'Artist.id' -%>: <%= h @ar.id %>

<%= t_m 'Artist.name' -%>: <%= h @ar.name %>

<%= t_m 'Artist.author_id' -%>: <%= link_to h(@ar.author.name), @ar.author %>

<%= t_m 'Artist.created_at' -%>: <%= l @ar.created_at %>

<%= t_m 'Artist.updated_at' -%>: <%= l @ar.updated_at %>

<%= link_to t('link.back'), :action => :list %>