Sha256: ee727d94c0da409bfd6a9c1a3469e1043fc25a533a36ab8266d103a1260e8582
Contents?: true
Size: 506 Bytes
Versions: 6
Compression:
Stored size: 506 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(request.params.merge(pub_date_from: nil, pub_date_until: nil, page: nil, view: nil, only_path: true)) -%></li> <%- end -%> </ul>
Version data entries
6 entries across 6 versions & 1 rubygems