<% @page_title = t('.title') + ':' + @item.name %>

<%= link_to icon_tag('Artist'), artist_path(@item) %> <%= link_to h(@item.name), artist_path(@item) %> <%= link_to icon_tag('Prof'), artist_path(@item, :format => :prof) %>

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

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

<% if @item.own?(@item) %>

<%= t('editor') -%>

<%= notice %>

<%= link_to t('link.edit'), edit_artist_path(@item) %> <% end %>