Sha256: 7b9a4c959a4ad38aa88cfff5f52d916ca6b4b0ba07096d56a540527ab3f16b4a

Contents?: true

Size: 689 Bytes

Versions: 23

Compression:

Stored size: 689 Bytes

Contents

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.10 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.9 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.4.0.rc.1 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.8 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.7 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.4.0.beta.4 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.4.0.beta.3 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.6 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.4.0.beta.2 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.4.0.beta.1 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.5 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.4 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.3 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.2 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.1 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.0 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.0.rc.1 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.3.0.beta.1 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.2.5 app/views/checkouts/_reserved_facet.html.erb