Sha256: dcb41db277ea3ed4bfd7b43ab1a7c6114f32b6c3337856fe03a161dee74dd26a

Contents?: true

Size: 300 Bytes

Versions: 4

Compression:

Stored size: 300 Bytes

Contents

<% content_for(:content) do %>
  <section class="<%= show_content_classes %>">
    <%= yield %>
  </section>

  <aside class="<%= show_sidebar_classes %>" aria-label="<%= t('.aria.sidebar') %>">
    <%= content_for(:sidebar) %>
  </aside>
<% end %>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-8.8.2 app/views/layouts/catalog_result.html.erb
blacklight-9.0.0.beta1 app/views/layouts/catalog_result.html.erb
blacklight-8.8.1 app/views/layouts/catalog_result.html.erb
blacklight-8.8.0 app/views/layouts/catalog_result.html.erb