Sha256: a89ca09ee51dab86d85a6da7dc566a902f96c239d167dceebae9bebcadf27a8c

Contents?: true

Size: 566 Bytes

Versions: 34

Compression:

Stored size: 566 Bytes

Contents

<% if show_sort_and_per_page? and !active_sort_fields.blank? %>
<div id="sort-dropdown" class="btn-group">
  <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
      <%= t('blacklight.search.sort.label', :field =>current_sort_field.label) %> <span class="caret"></span>
  </button>

  <ul class="dropdown-menu" role="menu">
      <%- active_sort_fields.each do |sort_key, field_config| %>
        <li><%= link_to(field_config.label, url_for(params_for_search(:sort => sort_key))) %></li>
      <%- end -%>
  </ul>
</div>
<% end %>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
blacklight-5.19.2 app/views/catalog/_sort_widget.html.erb
blacklight-5.19.1 app/views/catalog/_sort_widget.html.erb
blacklight-5.19.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.18.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.17.2 app/views/catalog/_sort_widget.html.erb
blacklight-5.17.1 app/views/catalog/_sort_widget.html.erb
blacklight-5.17.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.16.4 app/views/catalog/_sort_widget.html.erb
blacklight-5.16.3 app/views/catalog/_sort_widget.html.erb
blacklight-5.16.2 app/views/catalog/_sort_widget.html.erb
blacklight-5.16.1 app/views/catalog/_sort_widget.html.erb
blacklight-5.16.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.15.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.14.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.13.1 app/views/catalog/_sort_widget.html.erb
blacklight-5.13.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.11.3 app/views/catalog/_sort_widget.html.erb
blacklight-5.12.1 app/views/catalog/_sort_widget.html.erb
blacklight-5.12.0 app/views/catalog/_sort_widget.html.erb
blacklight-5.10.3 app/views/catalog/_sort_widget.html.erb