Sha256: af902820649a4bcfa8eba127228f57f00a34659c36371009709cf45b2933ee7d

Contents?: true

Size: 1.45 KB

Versions: 23

Compression:

Stored size: 1.45 KB

Contents

<div class="prev_next_links btn-group">
  <%= @view_context.link_to_previous_page @facet_field.paginator, raw(t('views.pagination.previous')), params: @facet_field.search_state.to_h, param_name: param_name, class: 'btn btn-link', data: { blacklight_modal: "preserve" } do %>
    <%= content_tag :span, raw(t('views.pagination.previous')), class: 'disabled btn' %>
  <% end %>

  <%= @view_context.link_to_next_page @facet_field.paginator, raw(t('views.pagination.next')), params: @facet_field.search_state.to_h, param_name: param_name, class: 'btn btn-link',  data: { blacklight_modal: "preserve" } do %>
    <%= content_tag :span, raw(t('views.pagination.next')), class: 'disabled btn' %>
  <% end %>
</div>

<div class="sort-options btn-group">
  <% if @facet_field.paginator.sort == 'index' -%>
    <span class="active az btn btn-outline-secondary"><%= t('blacklight.search.facets.sort.index') %></span>
    <%= @view_context.link_to(t('blacklight.search.facets.sort.count'), sort_facet_url('count'), class: "sort_change numeric btn btn-outline-secondary", data: { blacklight_modal: "preserve" }) %>
  <% elsif @facet_field.paginator.sort == 'count' -%>
    <%= @view_context.link_to(t('blacklight.search.facets.sort.index'), sort_facet_url('index'), class: "sort_change az btn btn-outline-secondary",  data: { blacklight_modal: "preserve" }) %>
    <span class="active numeric btn btn-outline-secondary"><%= t('blacklight.search.facets.sort.count') %></span>
  <% end -%>
</div>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
blacklight-7.22.2 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.22.1 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.22.0 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.21.2 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.21.1 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.21.0 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.20.1 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.20.0 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.19.2 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.19.1 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.19.0 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.18.1 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.18.0 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.17.2 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.17.1 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.17.0 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.16.0 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.15.2 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.15.1 app/components/blacklight/facet_field_pagination_component.html.erb
blacklight-7.15.0 app/components/blacklight/facet_field_pagination_component.html.erb