<%= render 'spotlight/shared/curation_sidebar' %>
<%= bootstrap_form_for @exhibit, url: spotlight.exhibit_path(@exhibit), style: :horizontal, right: "col-sm-5" do |f| %>

<%= t :'spotlight.administration.header' %>

<%= t :'spotlight.administration.settings.header' %>

<%= f.submit nil %>
<%= f.text_field :title %> <%= f.text_field :subtitle %> <%= f.form_group(:contact_emails, label: { text: nil, class: nil }, help: nil) do %> <%= f.fields_for :contact_emails, @exhibit.contact_emails do |contact| %> <% if contact.index == 0 %>
<%= text_field_tag "#{contact.object_name}[email]", contact.object, class: 'exhibit-contact form-control' %> +
<% else %> <%= text_field_tag "#{contact.object_name}[email]", contact.object, class: 'exhibit-contact form-control' %> <% end %> <% end %> <% end %> <%= f.text_area :description %>
<% end %>