Sha256: aeaca498cf45a8936646257fd5bb26f888026ed33c88c1aaaeddae115e45f7a2

Contents?: true

Size: 1007 Bytes

Versions: 42

Compression:

Stored size: 1007 Bytes

Contents

  <%# This template is used to render the initial facet list (#index action)
      and a paginated facet list in a modal (#facet action). The `dropdown-menu`
      class in only necessary for the former and causes display issues in the latter. -%>
  <ul id="<%= facet_field.field.parameterize + '-dropdown-options' %>" class="<%= 'dropdown-menu ' if action_name == 'index' %>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

42 entries across 42 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.5.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.4.2 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.4.1 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.4.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.3.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.2.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-2.9.6 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.1.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-2.9.5 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.0.2 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.0.1 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.0.0 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/my/_facet_limit.html.erb
hyrax-2.9.4 app/views/hyrax/my/_facet_limit.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/my/_facet_limit.html.erb
hyrax-2.9.3 app/views/hyrax/my/_facet_limit.html.erb
hyrax-2.9.2 app/views/hyrax/my/_facet_limit.html.erb
hyrax-2.9.1 app/views/hyrax/my/_facet_limit.html.erb
hyrax-2.9.0 app/views/hyrax/my/_facet_limit.html.erb