Sha256: 9089558a1cd0ed8f9fe9d4a7005a8f822a8f5eaf5ea7108b83e2eb35d8100c89

Contents?: true

Size: 1.43 KB

Versions: 19

Compression:

Stored size: 1.43 KB

Contents

<%= 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| %>
  <p class="instructions"><%= t :'.instructions' %></p>
  <table class="table table-striped dd-table">
    <thead>
      <tr>
        <th><%= Spotlight::Exhibit.human_attribute_name(:title) %></th>
        <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:published)  %></th>
        <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:requested_by) %></th>
        <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:created_at)  %></th>
        <th class="text-right text-end"><%= Spotlight::Exhibit.human_attribute_name(:updated_at)  %></th>
      </tr>
    </thead>
    <tbody class="table metadata_fields dd dd-list" data-behavior="nestable" data-max-depth="1" data-list-node-name="tbody" data-item-node-name="tr" data-expand-btn-HTML=" " data-collapse-btn-HTML=" ">
      <%= f.fields_for :exhibits do |exhibit_form| %>
        <%= render partial: 'exhibit', locals: { f: exhibit_form } %>
      <% end %>
    </tbody>
  </table>

  <div class="form-actions">
    <div class="primary-actions">
      <%= f.submit nil, class: 'btn btn-primary' %>
    </div>
  </div>
<% end %>

<% content_for(:sidebar_position) { 'order-last' } %>
<% content_for(:sidebar) do %>
  <%= render 'shared/site_sidebar' %>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
blacklight-spotlight-4.6.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.6.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.5.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.4.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.3.6 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.3.5 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.3.4 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.3.3 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.3.2 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.3.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.3.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.2.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.1.2 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.1.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.1.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.0.3 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.0.2 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.0.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-4.0.0 app/views/spotlight/sites/edit_exhibits.html.erb