<%%= form_for(@feather_page, :url => feather_page_path('<%= @type %>')) do |f| %>
<%%= f.select :status, [:draft, :published] %>
<%%= f.select :layout, FeatherCms::Config.layouts %>
<%%= f.text_area :content, :class => 'codemirror_feather_cms input-xlarge span12', :row => "20" %>
<%%= f.submit "Save", :class => 'btn btn-primary btn-large' %>
<%% end %>