Sha256: 7d97be497f62e933db94bca3823f0021599b0f46f01f87087e8d0f7320232b81

Contents?: true

Size: 921 Bytes

Versions: 18

Compression:

Stored size: 921 Bytes

Contents

<div class="container">
  <div class="row">
    <%- view_config = blacklight_config.view_config(action_name: :edit) %>
    <%= render (view_config.document_component || Blacklight::DocumentComponent).new((Blacklight.version > '8.0' ? :document : :presenter) => document_presenter(@document), classes: ['col-md-8'], component: :div, show: true, actions: false, partials: view_config.partials) do |component| %>
      <% component.with_title(as: 'h1', classes: '', link_to_document: false) %>
      <% component.with_body do %>
        <% view_config.partials.each do |view_partial| %>
          <%= render_document_partial @document, view_partial, component: component, document_counter: 1 %>
        <% end %>
      <% end if Blacklight.version < '8.0' && view_config.document_component.blank? %>
    <% end %>
    <div class="col-md-4">
      <%= render 'edit_default', document: @document %>
    </div>
  </div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha3 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-5.0.0.pre.alpha2 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-5.0.0.pre.alpha1 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.7.1 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.7.0 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.6.1 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.6.0 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.5.0 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.4.0 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.3.6 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.3.5 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.3.4 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.3.3 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.3.2 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.3.1 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.3.0 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.2.0 app/views/spotlight/catalog/edit.html.erb
blacklight-spotlight-4.1.2 app/views/spotlight/catalog/edit.html.erb