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