Sha256: ed510bce4cf287ed36bcb16b1add0722348b68b8ddcb33fc463f65d8ea1986d9
Contents?: true
Size: 507 Bytes
Versions: 30
Compression:
Stored size: 507 Bytes
Contents
<h4><%= t('activerecord.attributes.manifestation.date_of_publication') -%></h4> <ul> <%- @pub_year_facet.each do |facet| -%> <li> <%= pub_year_facet(params[:pub_date_from].to_s, params[:pub_date_until].to_s, facet) %> </li> <%- end -%> <%- if params[:pub_date_from] and params[:pub_date_until] -%> <li><%= link_to t('page.remove_this_facet'), url_for(filtered_params.merge(pub_date_from: nil, pub_date_until: nil, page: nil, view: nil, only_path: true)) -%></li> <%- end -%> </ul>
Version data entries
30 entries across 29 versions & 2 rubygems