<%= t '.title' -%>

<%= notice %>

<%= t('comics.top.user_resources') -%>

<%= link_to t_m('Comic'), main_app.comics_path %> <%= link_to t_m('Story'), main_app.stories_path %> <%= link_to t_m('Panel'), main_app.panels_path %> <%= link_to t_m('ResourcePicture'), main_app.resource_pictures_path %>
<%= link_to t_m('PanelPicture'), main_app.panel_pictures_path %> <%= link_to t_m('GroundPicture'), main_app.ground_pictures_path %> <%= link_to t_m('GroundColor'), main_app.ground_colors_path %> <%= link_to t_m('PanelColor'), main_app.panel_colors_path %>

<%= t('comics.top.human_resources') -%>

<%= link_to t_m('Author'), main_app.authors_path %> <%= link_to t_m('Artist'), main_app.artists_path %>

<%= t('comics.top.system_resources') -%>

<%= link_to t_m('SpeechBalloonTemplate'), main_app.speech_balloon_templates_path %> <%= link_to t_m('LicenseGroup'), main_app.license_groups_path %> <%= link_to t_m('License'), main_app.licenses_path %> <%= link_to t_m('Color'), main_app.colors_path %>
<%= link_to t_m('SystemPicture'), main_app.system_pictures_path %>