Sha256: 8699cbebc3cab9c4e2097605e516bfb1cde3d0ffe7fc561e3122ecf417644ee5
Contents?: true
Size: 589 Bytes
Versions: 90
Compression:
Stored size: 589 Bytes
Contents
<% content_for(:content) do %> <% if content_for? :sidebar %> <section id="content" class="<%= main_content_classes %> order-last" aria-label="<%= t('blacklight.search.documents.aria.search_results') %>"> <%= yield %> </section> <section id="sidebar" class="<%= sidebar_classes %> order-first" aria-label="<%= t('blacklight.search.documents.aria.limit_search') %>"> <%= content_for(:sidebar) %> </section> <% else %> <section class="col-md-12"> <%= yield %> </section> <% end %> <% end %> <%= render template: "layouts/blacklight/base" %>
Version data entries
90 entries across 89 versions & 2 rubygems