%= error_messages_for :page %> <% form_for :page, :action => url(:page, :id => @page.name.gsub(/ /, '_')) do -%>
<%= (@page.name) %>
<%= (@page.author.name) %>
<%= checkbox_control :published, :label => ' Published in blog?', :value => "1" %>
<%= text_control :department, :size => 50 %>
<%= text_area_control :description, :rows => 10, :cols => 70 %>
<%= text_control 'tag_names', :size => 30 -%>
<%= submit_button 'Update' %>