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

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

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

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

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

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

<%= notice %>

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