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

<%= t '.title' -%>

<%= notice %>

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

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

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

<%= link_to t('authors.show.to_comics'), comics_author_path(@au) %>

<%= link_to t('authors.show.to_stories'), stories_author_path(@au) %>

<%= link_to t('authors.show.to_panels'), panels_author_path(@au) %>

<%= link_to t('authors.show.to_panel_pictures'), panel_pictures_author_path(@au) %>

<%= link_to t('authors.show.to_ground_pictures'), ground_pictures_author_path(@au) %>

<%= link_to t('authors.show.to_ground_colors'), ground_colors_author_path(@au) %>

<%= link_to t('authors.show.to_panel_colors'), panel_colors_author_path(@au) %>

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