<%= bootstrap_form_for @exhibit, url: exhibit_contacts_path(@exhibit), style: :horizontal, html: {class: 'exhibit-contacts'} do |f| %>

<%= t :".header" %>

<%= t :'.instructions' %>

    <%= f.fields_for :contacts do |c| %> <%= render partial: 'contact', locals: {f: c} %> <% end %>
<%= exhibit_create_link Spotlight::Contact.new, class: "btn btn-primary" %>
<%= f.submit nil, class: 'btn btn-primary' %>
<% end %>