Sha256: 1c5898cc524a6cc550799bf7133932c018592a93afc4049cdf102933539a7794

Contents?: true

Size: 900 Bytes

Versions: 15

Compression:

Stored size: 900 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(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(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

15 entries across 15 versions & 1 rubygems

Version Path
enju_flower-0.1.0.pre16 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre15 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre14 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre13 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre12 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre11 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre10 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre9 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre8 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre7 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre6 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre5 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre4 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre3 app/views/manifestations/_classification_facet.html.erb
enju_flower-0.1.0.pre2 app/views/manifestations/_classification_facet.html.erb