Sha256: b68eedaa8e948bade8ecb4d3f1ad3c4740aa15ab5542d82d0c4adce225627429

Contents?: true

Size: 538 Bytes

Versions: 5

Compression:

Stored size: 538 Bytes

Contents

<ul class="facet-values list-unstyled">
  <% paginator = facet_paginator(facet_field, display_facet) %>
  <%= render_facet_limit_list paginator, facet_field.key %>

  <% unless paginator.last_page? || params[:action] == "facet" %>
    <li class="more_facets">
      <%= link_to t("more_#{field_name}_html", scope: 'blacklight.search.facets', default: :more_html, field_name: facet_field_label(facet_field.key)), 
        search_facet_path(id: facet_field.key),
        data: { blacklight_modal: 'trigger' } %>
    </li>
  <% end %>
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-7.7.0 app/views/catalog/_facet_limit.html.erb
blacklight-7.6.0 app/views/catalog/_facet_limit.html.erb
blacklight-7.5.1 app/views/catalog/_facet_limit.html.erb
blacklight-7.5.0 app/views/catalog/_facet_limit.html.erb
blacklight-7.4.2 app/views/catalog/_facet_limit.html.erb