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

9 lines
190 B
Plaintext
Raw Normal View History

2008-06-27 00:13:15 -04:00
<%= error_messages_for :author %>
2008-10-01 02:57:49 -04:00
<%= form_for :author, :action => url(:author, :id => @author.name) do -%>
2008-06-27 00:13:15 -04:00
<%= partial :author_form %>
<p>
2008-10-01 02:57:49 -04:00
<%= submit 'Update' %>
2008-06-27 00:13:15 -04:00
</p>
2008-10-01 02:57:49 -04:00
<% end =%>