This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-12-03 03:47:21 -05:00
|
|
|
<%= error_messages_for :people %>
|
|
|
|
|
2007-12-04 01:03:13 -05:00
|
|
|
<% form_for(:people, :url => people_path(@people.page.title_for_url), :html => { :method => :put }) do |f| %>
|
|
|
|
<%= render :partial => 'people_form' %>
|
2007-12-03 03:47:21 -05:00
|
|
|
<p>
|
|
|
|
<%= submit_tag "Update" %>
|
|
|
|
</p>
|
|
|
|
<% end %>
|
|
|
|
|
2007-12-04 01:03:13 -05:00
|
|
|
<% content_for :sidebar do -%>
|
2007-12-06 12:31:17 -05:00
|
|
|
<%= new_people_link %><br />
|
2007-12-04 01:03:13 -05:00
|
|
|
<%= show_people_link(@people) %><br />
|
|
|
|
<% end -%>
|