Sha256: d89067f616d31840afd53bf46bbf2b3abd7f00e86ff6eef9fb0add1506d0ab8a

Contents?: true

Size: 263 Bytes

Versions: 77

Compression:

Stored size: 263 Bytes

Contents

<% if show_sort_and_per_page? %>
  <%= render(Blacklight::Response::SortComponent.new(
    choices: active_sort_fields.map { |key, config| [sort_field_label(config.key), key] },
    search_state: search_state,
    selected: current_sort_field&.key)) %>
<% end %>

Version data entries

77 entries across 76 versions & 2 rubygems

Version Path
blacklight-7.18.1 app/views/catalog/_sort_widget.html.erb
blacklight-7.18.0 app/views/catalog/_sort_widget.html.erb
blacklight-7.17.2 app/views/catalog/_sort_widget.html.erb
blacklight-7.17.1 app/views/catalog/_sort_widget.html.erb
blacklight-7.17.0 app/views/catalog/_sort_widget.html.erb
blacklight-7.16.0 app/views/catalog/_sort_widget.html.erb
blacklight-7.15.2 app/views/catalog/_sort_widget.html.erb
blacklight-7.15.1 app/views/catalog/_sort_widget.html.erb
blacklight-7.15.0 app/views/catalog/_sort_widget.html.erb
blacklight-7.14.1 app/views/catalog/_sort_widget.html.erb
blacklight-7.14.0 app/views/catalog/_sort_widget.html.erb
blacklight-7.13.2 app/views/catalog/_sort_widget.html.erb
blacklight-7.13.1 app/views/catalog/_sort_widget.html.erb
blacklight-7.13.0 app/views/catalog/_sort_widget.html.erb
blacklight-7.12.1 app/views/catalog/_sort_widget.html.erb
blacklight-7.12.0 app/views/catalog/_sort_widget.html.erb
blacklight-7.11.1 app/views/catalog/_sort_widget.html.erb