Sha256: 51e6910201d109c9490982371dda44f75b9e2c84046935a24802bc3982aadd9b

Contents?: true

Size: 483 Bytes

Versions: 2

Compression:

Stored size: 483 Bytes

Contents

<% content_for(:content) do %>
  <% if content_for? :sidebar %>
    <section id="content" class="<%= main_content_classes %> order-last">
      <%= yield %>
    </section>

    <aside id="sidebar" class="<%= sidebar_classes %> <%= content_for(:sidebar_position) || 'order-first' %>">
      <%= content_for(:sidebar) %>
    </aside>
  <% else %>
    <section class="col-md-12">
      <%= yield %>
    </section>
  <% end %>
<% end %>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 app/views/layouts/spotlight/spotlight.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/layouts/spotlight/spotlight.html.erb