Sha256: 3705244322801f5bae44b4c6d7f400b9ee35e1ad3807cd40ac125607f55eb2c6

Contents?: true

Size: 345 Bytes

Versions: 27

Compression:

Stored size: 345 Bytes

Contents

<div id="sidebar" class="col-md-3 col-sm-4">
  <%= render 'search_sidebar' %>
</div>

<div id="content" class="col-md-9 col-sm-8">
  <% unless has_search_parameters? %>
    <%# if there are no input/search related params, display the "home" partial -%>
    <%= render 'home' %>
  <% else %>
    <%= render 'search_results' %>
  <% end %>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
blacklight-5.11.3 app/views/catalog/index.html.erb
blacklight-5.12.1 app/views/catalog/index.html.erb
blacklight-5.12.0 app/views/catalog/index.html.erb
blacklight-5.10.3 app/views/catalog/index.html.erb
blacklight-5.9.4 app/views/catalog/index.html.erb
blacklight-5.11.2 app/views/catalog/index.html.erb
blacklight-5.11.1 app/views/catalog/index.html.erb
blacklight-5.11.0 app/views/catalog/index.html.erb
blacklight-5.10.2 app/views/catalog/index.html.erb
blacklight-5.10.1 app/views/catalog/index.html.erb
blacklight-5.10.0 app/views/catalog/index.html.erb
blacklight-5.9.3 app/views/catalog/index.html.erb
blacklight-5.9.2 app/views/catalog/index.html.erb
blacklight-5.9.1 app/views/catalog/index.html.erb
blacklight-5.9.0 app/views/catalog/index.html.erb
blacklight-5.8.2 app/views/catalog/index.html.erb
blacklight-5.8.1 app/views/catalog/index.html.erb
blacklight-5.8.0 app/views/catalog/index.html.erb
blacklight-5.7.2 app/views/catalog/index.html.erb
blacklight-5.5.4 app/views/catalog/index.html.erb