Sha256: f651448ab173e6459bf9df8dbb05a65fe5b9835fbd047661a7c7b35a96ac6c87

Contents?: true

Size: 659 Bytes

Versions: 8

Compression:

Stored size: 659 Bytes

Contents

  <ul class="dropdown-menu facet-values" aria-labelledby="<%= facet_field.field.parameterize %>">
    <% paginator = facet_paginator(facet_field, display_facet) %>
    <%= render_facet_limit_list paginator, facet_field.key %>

    <% unless paginator.last_page? || params[:action] == "facet" %>
      <li role="separator" class="divider"></li>
      <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" %>
      </li>
    <% end %>
  </ul>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/my/_facet_limit.html.erb
hyrax-1.1.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-1.0.5 app/views/hyrax/my/_facet_limit.html.erb
hyrax-1.0.4 app/views/hyrax/my/_facet_limit.html.erb
hyrax-1.0.3 app/views/hyrax/my/_facet_limit.html.erb
hyrax-1.0.2 app/views/hyrax/my/_facet_limit.html.erb
hyrax-1.0.1 app/views/hyrax/my/_facet_limit.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/my/_facet_limit.html.erb