Sha256: 8d9a16a744be40dfcb64e9abf717b4f35b97532fa4fdbb824e9b59e56d666753

Contents?: true

Size: 1.45 KB

Versions: 81

Compression:

Stored size: 1.45 KB

Contents

<div id="content" class="col-md-9 exhibit-admin">
  <%= page_title(t('.section'), 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"><%= Spotlight::Exhibit.human_attribute_name(:published)  %></th>
          <th class="text-right"><%= Spotlight::Exhibit.human_attribute_name(:requested_by) %></th>
          <th class="text-right"><%= Spotlight::Exhibit.human_attribute_name(:created_at)  %></th>
          <th class="text-right"><%= 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 %>
</div>

<aside class="col-md-3">
  <%= render "shared/site_sidebar" %>
</aside>

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
blacklight-spotlight-2.13.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.12.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.12.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.11.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.10.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.9.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.8.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.7.2 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.7.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.7.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.6.1.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.6.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.6.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.5.2 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.5.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.5.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.4.1 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.4.0 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.3.3 app/views/spotlight/sites/edit_exhibits.html.erb
blacklight-spotlight-2.3.2 app/views/spotlight/sites/edit_exhibits.html.erb