% if @section.errors.any? %>
Please correct the following errors::
<% @section.errors.to_a.in_groups(2, false).each do |group| %>
<% group.each do |msg| %>
- <%= msg %>
<% end %>
<% end %>
<% end %>
<%= f.submit 'Save', :class => 'button' -%>
<%= link_to 'Cancel', admin_publication_managed_content_sections_path(@publication, @content), :class => 'button' -%>