Sha256: fb10613122b3015114cd9af429f523b1ed3141b71bbd8ba30f0cd46ef9c0ec56
Contents?: true
Size: 941 Bytes
Versions: 9
Compression:
Stored size: 941 Bytes
Contents
<% unless has_search_parameters? %> <%# if there are no input/search related params, display the "home" partial -%> <%= render 'home' %> <% else %> <% @page_title = t('blacklight.search.title', :application_name => application_name) %> <% extra_head_content << render_opensearch_response_metadata.html_safe %> <%= render :partial => 'search_form' %> <%= render :partial => 'did_you_mean' %> <%= render 'constraints', :localized_params=>params %> <div class="pageEntriesInfo"> <%= render_pagination_info @response, :entry_name=>'item' %> <%=link_to t('blacklight.search.start_over'), url_for(:action=>'index'), :id=>"startOverLink" %> </div> <%= render 'sort_and_per_page' %> <%= render 'results_pagination' %> <%= render :partial => 'document_list' %> <% sidebar_items << capture do %> <%= render :partial=>'facets' %> <% end %> <%= render 'results_pagination' %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems