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

Version Path
enju_flower-0.1.0.pre16 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre15 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre14 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre13 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre12 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre11 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre10 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre9 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre8 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre7 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre6 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre5 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre4 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre3 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre2 app/views/manifestations/_pub_year_facet.html.erb
enju_flower-0.1.0.pre app/views/manifestations/_pub_year_facet.html.erb
enju_biblio-0.1.0.pre19 app/views/manifestations/_pub_year_facet.html.erb
enju_biblio-0.1.0.pre18 app/views/manifestations/_pub_year_facet.html.erb
enju_biblio-0.1.0.pre17 app/views/manifestations/_pub_year_facet.html.erb
enju_biblio-0.1.0.pre16 app/views/manifestations/_pub_year_facet.html.erb