app/views/simple_pages/pages/edit.html.erb in simple-pages-rails-0.6.0 vs app/views/simple_pages/pages/edit.html.erb in simple-pages-rails-0.7.0

- old
+ new

@@ -13,15 +13,10 @@ end %> <div> <%= simple_form_for @page, as: :page, html: { class: 'form-horizontal' } do |f| %> <%= f.error_notification %> - <%= render 'form', { - f: f, - cluster_options: @cluster_options, - layout_at_options: @layout_at_options, - author_options: @author_options - } %> + <%= render 'form', f: f %> <div class="form-actions"> <%= submit_button f %> </div> <% end %> </div>