<%= form_for(@page) do |f| %> <% if @page.errors.any? %>

<%= pluralize(@page.errors.count, "error") %> prohibited this page from being saved:

<% end %>
<%= f.label :title %>
<%= f.text_field :title %>
<%= f.label :article %>
<%= f.text_area :article %>
<%= f.submit %>
<% end %> <%= include_imperavi_stylesheet %> <%= include_imperavi_javascript %> <%= imperavi :page_article, :paths => { :images => { :upload => images_path, :list => images_path(:format => :json) } } %>