OSDN Git Service

t#31223:add them contents list for author and artist
[pettanr/pettanr.git] / app / views / authors / show.html.erb
index 555278e..97f54d2 100644 (file)
@@ -1,3 +1,4 @@
+<% @page_title = t('.title') + ':' + @au.name %>
 <h1><%= t '.title' -%></h1>
 <p id="notice"><%= notice %></p>
 
   <%= 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 %>