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/edit.html.erb

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