This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<h1>Editing pages</h1>
|
|
|
|
<% form_for @page, :url => admin_page_path(@page) do |f| %>
|
|
|
|
<%= render :partial => "form", :locals => { :f => f } %>
|
|
|
|
<p>
|
|
<%= f.submit 'Update' %>
|
|
</p>
|
|
<% end %> |