app/views/simple_pages/pages/edit.html.erb in simple-pages-rails-0.2.0 vs app/views/simple_pages/pages/edit.html.erb in simple-pages-rails-0.3.0

- old
+ new

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