Sha256: f45bb49861167f00383cc2ad6c9d46f4b7857f74ac10517ed13b32443f996260

Contents?: true

Size: 668 Bytes

Versions: 54

Compression:

Stored size: 668 Bytes

Contents

<% content_for(:content) do %>
  <% if content_for? :sidebar %>
    <section id="content" class="<%= main_content_classes %> <%= content_for(:content_position) || 'order-last' %>" aria-label="<%= t('blacklight.search.search_results') %>">
      <%= yield %>
    </section>

    <aside id="sidebar" class="<%= sidebar_classes %> <%= content_for(:sidebar_position) || 'order-first' %>" aria-label="<%= t('blacklight.search.documents.aria.limit_search') %>">
      <%= content_for(:sidebar) %>
    </aside>
  <% else %>
    <section id="content" class="col-md-12">
      <%= yield %>
    </section>
  <% end %>
<% end %>

<%= render template: "layouts/spotlight/base" %>

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.3.5 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.3.4 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.3.3 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.3.2 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.3.1 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.3.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.2.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.1.2 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.1.1 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.1.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.0.3 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.0.2 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.0.1 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-4.0.0 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-3.6.0.beta10 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-3.5.0.4 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/layouts/spotlight/spotlight.html.erb