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

<%= link_to t('authors.show.to_scrolls'), scrolls_author_path(@author) %>

<%= link_to t('authors.show.to_scroll_panels'), scroll_panels_author_path(@author) %>

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

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

<%= link_to t('authors.show.to_story_sheets'), story_sheets_author_path(@author) %>

<%= link_to t('authors.show.to_sheets'), sheets_author_path(@author) %>

<%= link_to t('authors.show.to_sheet_panels'), sheet_panels_author_path(@author) %>

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

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

<%= link_to t('authors.show.to_speech_balloons'), speech_balloons_author_path(@author) %>

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

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

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