Sha256: fae89e88ddb750cf6074197d2d9dd9e9058cea9f7f45348c5f9c78128d70ee1e

Contents?: true

Size: 716 Bytes

Versions: 30

Compression:

Stored size: 716 Bytes

Contents

<h4><%= t('manifestation.reservable') -%></h4>
<ul>
  <%- @reservable_facet.each do |facet| -%>
    <% facet.value ? facet_reservable = true : facet_reservable = false %>
    <li>
      <%- if @reservable == facet_reservable -%><strong><%- end -%>
      <%= link_to "#{localized_boolean(facet.value)} (#{facet.count})", url_for(filtered_params.merge(page: nil, reservable: facet.value.to_s, view: nil, only_path: true)) -%>
      <%- if @reservable == facet_reservable -%></strong><%- end -%>
    </li>
  <%- end -%>
  <%- unless @reservable.nil? -%>
    <li><%= link_to t('page.remove_this_facet'), url_for(filtered_params.merge(reservable: nil, page: nil, view: nil, only_path: true)) -%></li>
  <%- end -%>
</ul>

Version data entries

30 entries across 29 versions & 2 rubygems

Version Path
enju_biblio-0.3.12 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.11 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.10 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.9 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.8 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.7 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.6 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.5 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.4 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.3 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.2 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.1 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.0 app/views/manifestations/_reservable_facet.html.erb
enju_biblio-0.3.0.rc.1 app/views/manifestations/_reservable_facet.html.erb