app/views/admin/pages/show.html.erb in beef-pages-0.3.12 vs app/views/admin/pages/show.html.erb in beef-pages-0.3.13

- old
+ new

@@ -35,10 +35,15 @@ <%= root_url %><%= @page.permalink %> (locked) </p> <% end %> <p> + <%= f.label :body, 'Body*' %><br/> + <%= f.text_area 'body', :class => 'editor' %> + </p> + + <p> <%= f.label :description, "Description for search engines*" %><br/> <%= f.text_area :description, "rows" => 4 %> </p> <p> @@ -55,14 +60,9 @@ <p> <%= f.label :template %> <%= @page.template.titleize %> (locked) </p> <% end %> - - <p> - <%= f.label :body, 'Body*' %><br/> - <%= f.text_area 'body', :class => 'editor' %> - </p> <%= publish_select(f) %> <p class="submission"> <%= preview_link(@page) %>