Sha256: 5137525458aad6129ecf73e817c205951ec489f10cb6678350a87fa24eff81eb

Contents?: true

Size: 344 Bytes

Versions: 52

Compression:

Stored size: 344 Bytes

Contents

<% unless has_search_parameters? %>
  <%# if there are no input/search related params, display the "home" partial -%>
  <%= render 'home' %>
<% else %>
  <div id="sidebar" class="col-md-3 col-sm-4">
    <%= render 'search_sidebar' %>
  </div>

  <div id="content" class="col-md-9 col-sm-8">
    <%= render 'search_results' %>
  </div>
<% end %>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
geoblacklight-0.4.0 app/views/catalog/index.html.erb
geoblacklight-0.3.4 app/views/catalog/index.html.erb
geoblacklight-0.3.3 app/views/catalog/index.html.erb
geoblacklight-0.3.2 app/views/catalog/index.html.erb
geoblacklight-0.3.1 app/views/catalog/index.html.erb
geoblacklight-0.3.0 app/views/catalog/index.html.erb
geoblacklight-0.2.2 app/views/catalog/index.html.erb
geoblacklight-0.2.1 app/views/catalog/index.html.erb
geoblacklight-0.2.0 app/views/catalog/index.html.erb
geoblacklight-0.1.0 app/views/catalog/index.html.erb
geoblacklight-0.0.8 app/views/catalog/index.html.erb
geoblacklight-0.0.7 app/views/catalog/index.html.erb