%= bootstrap_form_for [@search.exhibit, @search], layout: :horizontal, label_col: 'col-md-2 col-sm-2', control_col: 'col-md-7 col-sm-7', data: {form_observer: 'true', autocomplete_exhibit_catalog_path: spotlight.autocomplete_exhibit_search_path(@search.exhibit, @search, q: "%QUERY", format: "json")}, html: {id: 'edit-search'} do |f| %> <% if @search.errors.any? %>
<%= t(:'.masthead.help') %>
<%= t(:'.masthead.help_secondary') %>
<%= render '/spotlight/featured_images/form', f: m, jcrop_options: default_masthead_jcrop_options %> <% end %><%= t(:'.thumbnail.help') %>
<%= render '/spotlight/featured_images/form', f: m, jcrop_options: default_thumbnail_jcrop_options %> <% end %>