-
<%= f.label :Location %>
<%= f.text_field :name %>
-
<%= 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 %>