OSDN Git Service

t#31223:add them contents list for author and artist
[pettanr/pettanr.git] / app / views / artists / show.html.erb
index c791476..96cc8f2 100644 (file)
@@ -1,3 +1,4 @@
+<% @page_title = t('.title') + ':' + @ar.name %>
 <h1><%= t '.title' -%></h1>
 <p id="notice"><%= notice %></p>
 
   <%= l @ar.updated_at %>
 </p>
 
+<p>
+  <%= link_to t('artists.show.to_resource_pictures'), resource_pictures_artist_path(@ar) %>
+</p>
+
 <% if @ar.own?(@artist) %>
   <%= link_to t('link.edit'), edit_artist_path(@ar) %>
 <% end %>