Sha256: 56e824caf8b4707a78c5f9ba9cd495b8b70e63dd3c9bfcc6969011e1a406b6a1

Contents?: true

Size: 505 Bytes

Versions: 4

Compression:

Stored size: 505 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(params.permit.merge(pub_date_from: nil, pub_date_until: nil, page: nil, view: nil, only_path: true)) -%></li>
  <%- end -%>
</ul>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
enju_biblio-0.2.0.beta.3 app/views/manifestations/_pub_year_facet.html.erb
enju_biblio-0.2.0.beta.2 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.2 app/views/manifestations/_pub_year_facet.html.erb
enju_biblio-0.2.0.beta.1 app/views/manifestations/_pub_year_facet.html.erb