OSDN Git Service

t#31223:add them contents list for author and artist
[pettanr/pettanr.git] / app / views / authors / show.html.erb
index a203fec..97f54d2 100644 (file)
   <%= l @au.updated_at %>
 </p>
 
+<p>
+  <%= link_to t('authors.show.to_comics'), comics_author_path(@au) %>
+</p>
+
+<p>
+  <%= link_to t('authors.show.to_panels'), panels_author_path(@au) %>
+</p>
+
 <% if @au.own?(@author) %>
   <%= link_to t('link.edit'), edit_author_path(@au) %>
 <% end %>