<%= render 'spotlight/shared/exhibit_sidebar' %>
<%= configuration_page_title %> <%= bootstrap_form_for @exhibit, url: spotlight.exhibit_appearance_path(@exhibit), layout: :horizontal, label_col: 'col-md-3 col-sm-3', control_col: 'col-md-5 col-sm-5', html: {data: { autocomplete_exhibit_catalog_path: spotlight.autocomplete_exhibit_catalog_path(current_exhibit, q: "%QUERY", format: "json") } } do |f| %> <% if @exhibit.errors.any? %>

<%= pluralize(@exhibit.errors.count, "error") %> prohibited this page from being saved:

<% end %>

<%= t(:'.site_masthead.help') %>

<%= f.fields_for(:masthead, current_exhibit.masthead || current_exhibit.build_masthead) do |m| %> <%= render '/spotlight/featured_images/form', f: m, jcrop_options: default_masthead_jcrop_options %> <% end %>

<%= t(:'.site_thumbnail.help') %>

<%= f.fields_for(:thumbnail, current_exhibit.thumbnail || current_exhibit.build_thumbnail) do |m| %> <%= render '/spotlight/featured_images/form', f: m, jcrop_options: default_site_thumbnail_jcrop_options %> <% end %>
<%= f.submit nil, class: 'btn btn-primary' %>
<% end %>