Sha256: bee44095d60fd50e085cb04014bcd33b463bf2052c6405b5af885a3f2f758ca3

Contents?: true

Size: 774 Bytes

Versions: 31

Compression:

Stored size: 774 Bytes

Contents

<div class="facet_extended_list">
  
  <% sidebar_items << capture do %>
  <p><%= link_back_to_catalog %></p>
  <% end %>

  <div class="facet_pagination top">
    <%= render :partial=>'facet_pagination' %>
  </div>
  
  <h3><%= facet_field_labels[params[:id]] %></h3>
  
  <ul class="facet_extended_list">
    <% @pagination.items.each do |item| %>
      <li>
        <% if facet_in_params?( params[:id], item.value ) %>              
          <%= render_selected_facet_value(params[:id], item) %>              
        <% else %>              
          <%= render_facet_value(params[:id], item) %>              
        <% end -%>
      </li>
    <% end %>
  </ul>
  
  <div class="facet_pagination bottom">
    <%= render :partial=>'facet_pagination' %>
  </div>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-3.8.2 app/views/catalog/facet.html.erb
blacklight-3.8.1 app/views/catalog/facet.html.erb
blacklight-3.8.0 app/views/catalog/facet.html.erb
blacklight-3.7.2 app/views/catalog/facet.html.erb
blacklight-3.7.1 app/views/catalog/facet.html.erb
blacklight-3.7.0 app/views/catalog/facet.html.erb
blacklight-3.6.1.1 app/views/catalog/facet.html.erb
blacklight-3.6.0 app/views/catalog/facet.html.erb
blacklight-3.5.0 app/views/catalog/facet.html.erb
blacklight-3.4.2 app/views/catalog/facet.html.erb
blacklight-3.4.1 app/views/catalog/facet.html.erb
blacklight-3.4.0 app/views/catalog/facet.html.erb
blacklight-3.3.2 app/views/catalog/facet.html.erb
blacklight-3.3.1 app/views/catalog/facet.html.erb
blacklight-3.3.0 app/views/catalog/facet.html.erb
blacklight-3.2.2 app/views/catalog/facet.html.erb
blacklight-3.2.1 app/views/catalog/facet.html.erb
blacklight-3.2.0 app/views/catalog/facet.html.erb
blacklight-3.2.0pre2 app/views/catalog/facet.html.erb
blacklight-3.2.0pre1 app/views/catalog/facet.html.erb