app/views/simple_pages/pages/new.html.erb in simple-pages-rails-0.2.0 vs app/views/simple_pages/pages/new.html.erb in simple-pages-rails-0.3.0
- old
+ new
@@ -9,9 +9,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 %>