<%= error_messages_for :page %> <% form_for :page, :action => url(:page, :id => @page.name.gsub(/ /, '_')) do -%>
Update a page

Name

Read Only <%= (@page.name) %>

Original Author

Read Only <%= (@page.author.name) %>

<%= checkbox_control :published, :label => ' Published in blog?', :value => "1" %>

Department

<%= text_control :department, :size => 50 %>

Description

<%= text_area_control :description, :rows => 10, :cols => 70 %>

Tags

<%= text_control 'tag_names', :size => 30 -%>


<%= submit_button 'Update' %>

<% end -%>