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

<%= t '.title' -%>

<%= notice %>

<%= t_m 'Author.name' -%>: <%= h @author.name %>

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

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

<% if @author.own?(@author) %> <%= link_to t('link.edit'), edit_author_path(@author) %> <% end %>