OSDN Git Service

t#30200:update i18n devise
[pettanr/pettanr.git] / app / views / artists / show.html.erb
index c2f21e4..0a09a71 100644 (file)
@@ -3,17 +3,17 @@
 
 <p>
   <b><%= t_m 'Artist.name' -%>:</b>
-  <%= h @artist.name %>
+  <%= h @ar.name %>
 </p>
 
 <p>
   <b><%= t_m 'Artist.created_at' -%>:</b>
-  <%= l @artist.created_at %>
+  <%= l @ar.created_at %>
 </p>
 
 <p>
   <b><%= t_m 'Artist.updated_at' -%>:</b>
-  <%= l @artist.updated_at %>
+  <%= l @ar.updated_at %>
 </p>
 
 <%= link_to t('link.back'), artists_path %>