OSDN Git Service

t#30200:update i18n devise
[pettanr/pettanr.git] / app / views / artists / edit.html.erb
index 21e86b7..6e8a5d2 100644 (file)
@@ -1,7 +1,7 @@
 <h1><%= t '.title' -%></h1>
 <p id="notice"><%= notice %></p>
 
-<%= render 'form' %>
+<%= render 'form', :ar => @ar %>
 configure
-<%= link_to 'Show', @artist %> |
+<%= link_to 'Show', @ar %> |
 <%= link_to 'Back', artists_path %>