OSDN Git Service

t#30102:update i18n op rp au ar gc gp pc
[pettanr/pettanr.git] / app / views / artists / browse.html.erb
index aed21d2..7cf62b3 100644 (file)
@@ -1,5 +1,24 @@
+<h1><%= t '.title' -%></h1>
 <p id="notice"><%= notice %></p>
 
-投稿された素材
+<p>
+  <b><%= t_m 'Artist.id' -%>:</b>
+  <%= h @artist.id %>
+</p>
 
-<%= link_to 'Back', :action => :list %>
+<p>
+  <b><%= t_m 'Artist.name' -%>:</b>
+  <%= h @artist.name %>
+</p>
+
+<p>
+  <b><%= t_m 'Artist.created_at' -%>:</b>
+  <%= l @artist.created_at %>
+</p>
+
+<p>
+  <b><%= t_m 'Artist.updated_at' -%>:</b>
+  <%= l @artist.updated_at %>
+</p>
+
+<%= link_to t('link.back'), :action => :list %>