OSDN Git Service

t#30102:update i18n op rp au ar gc gp pc
[pettanr/pettanr.git] / app / views / authors / show.html.erb
index bbaf084..3c114a2 100644 (file)
@@ -1,8 +1,19 @@
+<h1><%= t '.title' -%></h1>
 <p id="notice"><%= notice %></p>
 
 <p>
-  <b>name:</b>
-  <%= h(@au.name) %>
+  <b><%= t_m 'Author.name' -%>:</b>
+  <%= h @au.name %>
 </p>
 
-<%= link_to 'Back', :controller => 'authors' %>
+<p>
+  <b><%= t_m 'Author.created_at' -%>:</b>
+  <%= l @au.created_at %>
+</p>
+
+<p>
+  <b><%= t_m 'Author.updated_at' -%>:</b>
+  <%= l @au.updated_at %>
+</p>
+
+<%= link_to t('link.back'), authors_path %>