8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
|
<%= error_messages_for :author %>
|
||
|
|
||
|
<% form_for :author, :action => url(:author, :id => @author.name) do -%>
|
||
|
<%= partial :author_form %>
|
||
|
<p>
|
||
|
<%= submit_button 'Update' %>
|
||
|
</p>
|
||
|
<% end -%>
|