Sha256: db1b07e1b5658e5481ec34c1e4d82644e927ba2a455660634282ef5d94e55842

Contents?: true

Size: 1.73 KB

Versions: 23

Compression:

Stored size: 1.73 KB

Contents

    <div class="prev_next_links btn-group pull-left">
      <%= link_to_previous_page @pagination, raw(t('views.pagination.previous')), route_set: hyrax, params: search_state.to_h, param_name: Blacklight::Solr::FacetPaginator.request_keys[:page], class: 'btn btn-link', data: {ajax_modal: "preserve"} do %>
       <span class="disabled btn btn-disabled"><%= raw(t('views.pagination.previous')) %></span>
     <% end %>
      <%= link_to_next_page @pagination, raw(t('views.pagination.next')), route_set: hyrax, params: search_state.to_h, param_name: Blacklight::Solr::FacetPaginator.request_keys[:page], class: 'btn btn-link',  data: {ajax_modal: "preserve"} do %>
       
       <span class="disabled btn  btn-disabled"><%= raw(t('views.pagination.next')) %></span>
      <% end %>
     
    </div>
 
  <div class="sort_options btn-group pull-right">
    <% if @pagination.sort == 'index' -%>
      <span class="active az btn btn-default"><%= t('blacklight.search.facets.sort.index') %></span><%= link_to_unless(@pagination.sort == 'count', t('blacklight.search.facets.sort.count'), 
        Hyrax::Engine.routes.url_for(@pagination.params_for_resort_url('count', search_state.to_h).symbolize_keys.merge(only_path: true)),
        class: "sort_change numeric btn btn-default",
        data: {ajax_modal: "preserve"}) %>
    <% elsif @pagination.sort == 'count' -%>
      <%=  link_to(t('blacklight.search.facets.sort.index'), Hyrax::Engine.routes.url_for(@pagination.params_for_resort_url('index', search_state.to_h).symbolize_keys.merge(only_path: true)),
        class: "sort_change az btn btn-default",  data: {ajax_modal: "preserve"}) %><span class="active numeric btn btn-default"><%= t('blacklight.search.facets.sort.count') %></span>
    <% end -%>    
  </div>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.3 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-1.1.0 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.2 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.1 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-1.0.5 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-1.0.4 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-1.0.3 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-1.0.2 app/views/hyrax/my/_facet_pagination.html.erb
hyrax-1.0.1 app/views/hyrax/my/_facet_pagination.html.erb