Sha256: 43fe5707b7126ad0bf2583c29030ddecb84f6bb0318b9c5ae258b19b57c50d00

Contents?: true

Size: 995 Bytes

Versions: 5

Compression:

Stored size: 995 Bytes

Contents

<% @page_title = t('blacklight.collections.index.page_title', :application_name => application_name) %>
<% content_for(:head) { render_opensearch_response_metadata } %>

<div id="collections_index_title" class="col-sm-12">
  <h2><%= t('blacklight.collections.index.title') %></h2>
</div>

<div id="content" class="col-sm-9 collections-list">

  <% if should_render_col_az? %>
      <%= render partial: 'catalog/az_links', locals: {az_label: t('blacklight.collections.index.a-z_label'),
                                                       az_link_path: 'collections_path',
                                                       az_exclude: ['Q','X']} %>
  <% end %>

  <%= render 'catalog/constraints' %>

  <%= render 'catalog/sort_and_per_page' %>

  <h2 class="sr-only"><%= t('blacklight.search.search_results') %></h2>

  <%= render_document_index %>

  <%= render 'catalog/results_pagination' %>

</div>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/views/collections/index.html.erb
commonwealth-vlr-engine-0.0.4 app/views/collections/index.html.erb
commonwealth-vlr-engine-0.0.3 app/views/collections/index.html.erb
commonwealth-vlr-engine-0.0.2 app/views/collections/index.html.erb
commonwealth-vlr-engine-0.0.1 app/views/collections/index.html.erb