Sha256: 4a6ce9a29c2708fc61de434ee20c46f9649c981dcf9ba8e8314b861f8d1e2e41

Contents?: true

Size: 575 Bytes

Versions: 11

Compression:

Stored size: 575 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">
      <%= link_to t("more_#{field_name}_html", scope: 'blacklight.search.facets', default: :more_html, field_name: facet_field_label(facet_field.field).pluralize),
          search_facet_path(id: facet_field.key), class: "more_facets_link", data: { blacklight_modal: 'trigger' } %>
    </li>
  <% end %>
</ul>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/catalog/_facet_limit.html.erb
hyrax-5.0.0 app/views/catalog/_facet_limit.html.erb
hyrax-5.0.0.rc3 app/views/catalog/_facet_limit.html.erb
hyrax-5.0.0.rc2 app/views/catalog/_facet_limit.html.erb
hyrax-5.0.0.rc1 app/views/catalog/_facet_limit.html.erb
hyrax-4.0.0 app/views/catalog/_facet_limit.html.erb
hyrax-4.0.0.rc3 app/views/catalog/_facet_limit.html.erb
hyrax-4.0.0.rc2 app/views/catalog/_facet_limit.html.erb
hyrax-4.0.0.rc1 app/views/catalog/_facet_limit.html.erb
hyrax-4.0.0.beta2 app/views/catalog/_facet_limit.html.erb
hyrax-4.0.0.beta1 app/views/catalog/_facet_limit.html.erb