Sha256: 6bd9d987523fff2709754fb224d2a9dbe53f8e17a7c55237dc9d0370d2e3837b

Contents?: true

Size: 891 Bytes

Versions: 30

Compression:

Stored size: 891 Bytes

Contents

<h4><%= t('activerecord.models.classification') -%></h4>
<%- unless @classification_facet.blank? -%>
  <ul>
    <% @classification_facet.each do |category| %>
      <li>
        <% if category.value == params[:classification].to_s.downcase %><strong><% end %>
        <%= link_to "#{t('classification.category', number: category.value)} #{category_name(category.value)} (#{category.count})", url_for(filtered_params.merge(classification: category.value, page: nil, view: nil, only_path: true)) %>
        <% if category.value == params[:classification].to_s.downcase %></strong><% end %>
      </li>
    <% end %>
    <%- if params[:classification] -%>
      <li><%= link_to t('page.remove_this_facet'), url_for(filtered_params.merge(classification: nil, page: nil, view: nil, only_path: true)) -%></li>
    <%- end -%>
  </ul>
<%- else -%>
  <p><%= t('page.no_subject') -%></p>
<%- end -%>

Version data entries

30 entries across 29 versions & 2 rubygems

Version Path
enju_biblio-0.3.12 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.11 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.10 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.9 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.8 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.7 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.6 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.5 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.4 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.3 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.2 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.1 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.0 app/views/manifestations/_classification_facet.html.erb
enju_biblio-0.3.0.rc.1 app/views/manifestations/_classification_facet.html.erb