<%= page_title(t('.page_title')) %> <%= bootstrap_form_for @site, url: spotlight.site_path, layout: :horizontal, label_col: 'col-md-2', control_col: 'col-md-10' do |f| %>

<%= t :'.instructions' %>

<%= f.fields_for :exhibits do |exhibit_form| %> <%= render partial: 'exhibit', locals: { f: exhibit_form } %> <% end %>
<%= Spotlight::Exhibit.human_attribute_name(:title) %> <%= Spotlight::Exhibit.human_attribute_name(:published) %> <%= Spotlight::Exhibit.human_attribute_name(:requested_by) %> <%= Spotlight::Exhibit.human_attribute_name(:created_at) %> <%= Spotlight::Exhibit.human_attribute_name(:updated_at) %>
<%= f.submit nil, class: 'btn btn-primary' %>
<% end %> <% content_for(:sidebar_position) { 'order-last' } %> <% content_for(:sidebar) do %> <%= render 'shared/site_sidebar' %> <% end %>