Sha256: 97eb70b2ce2703719cead84acb52fa2cb08791a29bb8942e15f97942e096d7e5

Contents?: true

Size: 449 Bytes

Versions: 23

Compression:

Stored size: 449 Bytes

Contents

<ul>
  <%- @languages.each do |language| -%>
    <li>
    <%- if params[:language] == language.name -%><strong><%- end -%>
      <%= link_to h("#{language.display_name.localize} (#{@language_facet_results[language.name].to_i})"), url_for(:params => session[:params][:manifestation].merge(:page => nil, :language => language.name, :view => nil)) -%>
    <%- if params[:language] == language.name -%></strong><%- end -%>
    </li>
  <%- end -%>
</ul>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre14 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre13 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre12 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre11 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre10 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre9 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre8 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre7 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre6 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre5 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre4 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre3 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre2 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.1.0.pre app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.0.9 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.0.8 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.0.7 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.0.6 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.0.5 app/views/manifestations/_pubdate_facet.html.erb
enju_biblio-0.0.4 app/views/manifestations/_pubdate_facet.html.erb