8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
<%= error_messages_for :author %>
|
||
|
|
||
|
<% form_for :author, :action => url(:author) do %>
|
||
|
<%= partial :author_form %>
|
||
|
<p>
|
||
|
<%= submit_button 'Create' %>
|
||
|
</p>
|
||
|
<% end -%>
|