OSDN Git Service

t#30326:create provider_artist
[pettanr/pettanr.git] / app / views / artists / browse.html.erb
index 2602e3a..17c920e 100644 (file)
 </p>
 
 <p>
+  <b><%= t_m 'Artist.author_id' -%>:</b>
+  <% if @ar.author_id %>
+    <%= link_to @ar.author_id, browse_author_path(@ar.author) %>
+  <% end %>
+</p>
+
+<p>
   <b><%= t_m 'Artist.created_at' -%>:</b>
   <%= l @ar.created_at %>
 </p>