This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
tuxbliki/app/views/authors/new.html.erb

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 -%>