Sha256: 42d0845c4b5f239271fed24f829772e49d774e4ef9878ddbaacc97b2ae6b66b3

Contents?: true

Size: 422 Bytes

Versions: 9

Compression:

Stored size: 422 Bytes

Contents

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

  <% unless paginator.last_page? || params[:action] == "facet" %>
    <li class="more_facets_link"><%= link_to 'more ' + facet_field.label.pluralize + 'ยป',
       sufia.dashboard_works_facet_path(solr_field), class: "more_facets_link" %></li>
  <% end %>
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sufia-7.2.0 app/views/my/_facet_limit.html.erb
sufia-7.1.0 app/views/my/_facet_limit.html.erb
sufia-7.0.0 app/views/my/_facet_limit.html.erb
sufia-7.0.0.rc2 app/views/my/_facet_limit.html.erb
sufia-7.0.0.rc1 app/views/my/_facet_limit.html.erb
sufia-7.0.0.beta4 app/views/my/_facet_limit.html.erb
sufia-7.0.0.beta3 app/views/my/_facet_limit.html.erb
sufia-7.0.0.beta2 app/views/my/_facet_limit.html.erb
sufia-7.0.0.beta1 app/views/my/_facet_limit.html.erb