-
<%= f.label :Location %>
<%= f.collection_select :parent_id, Page.all(:order => "name"), :id, :name, :include_blank => true %> /
<%= f.text_field :name %>
-
-
<%= f.label :short_nav %>
<%= f.text_field :short_nav %>
-
<%= f.label :order %>
<%= f.text_field :order_by %>
this will appear in title
-
<%= f.label :title %>
<%= f.text_field :page_title %>
this will appear in title
-
<%= f.label :meta_keywords %>
<%= f.text_area :meta_keywords, :class => 'small' %>
-
<%= f.label :meta_description %>
<%= f.text_area :meta_description, :class => 'small' %>
-
<%= f.label :content %>
<%= f.text_area :content %>
-
-
<%= f.submit %>