Sha256: 7d00ebff825dc2f216c7379f6547cf3401299641e6620873f344496b1e389c08

Contents?: true

Size: 489 Bytes

Versions: 5

Compression:

Stored size: 489 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

5 entries across 5 versions & 1 rubygems

Version Path
enju_flower-0.1.0.pre21 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre20 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre19 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre18 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre17 app/views/manifestations/_pub_year_facet.html.erb