Sha256: d3c8ad15b08a360b5938d7fd186a17cba0eef528e784147d1bfc23d50d1f3dc6
Contents?: true
Size: 504 Bytes
Versions: 21
Compression:
Stored size: 504 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_to].to_s, facet) %> </li> <%- end -%> <%- if params[:pub_date_from] and params[:pub_date_to] -%> <li><%= link_to t('page.remove_this_facet'), url_for(params.merge(:pub_date_from => nil, :pub_date_to => nil, :page => nil, :view => nil, :only_path => true)) -%></li> <%- end -%> </ul>
Version data entries
21 entries across 21 versions & 2 rubygems