<%= t '.title' -%>

<%= link_to h(@author.name), main_app.author_path(@author) -%>

<%= t('.updated_comic') -%>

<%= link_to t_m('Comic'), '/home/comic' %> <%= link_to t_m('Story'), '/home/story' %> <%= link_to t_m('Panel'), '/home/panel' %>

<%= t('.used_element') -%>

<%= link_to t_m('PanelPicture'), '/home/panel_picture' %> <%= link_to t_m('GroundPicture'), '/home/ground_picture' %> <%= link_to t_m('GroundColor'), '/home/ground_color' %> <%= link_to t_m('PanelColor'), '/home/panel_color' %>
<% if @author.artist? -%>

<%= link_to h(@artist.name), main_app.artist_path(@artist) -%>

<%= t('.updated_picture') -%>

<%= link_to t_m('OriginalPicture'), main_app.original_pictures_path %> <%= link_to t_m('ResourcePicture'), '/home/resource_picture' %> <%= %> <%= %>
<% else -%>

<%= t('.artist') -%>

<%= t('.updated_picture') -%>

<%= link_to t('.not_artist'), main_app.new_artist_path -%>

<% end -%>