<%= t '.title' -%>

<%= notice %>

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

<%= 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 %>

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