Sha256: 20705d6524d2fea346e58842985a1d984f55c5c47998a2c364aaa78a2adb8e6f

Contents?: true

Size: 695 Bytes

Versions: 38

Compression:

Stored size: 695 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(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(params.merge(:reserved => nil, :page => nil, :view => nil, :only_path => true)) -%></li>
  <%- end -%>
</ul>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre16 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre15 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre14 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre13 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre12 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre11 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre10 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre9 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre8 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre7 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre6 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre5 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre4 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre3 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre2 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.1.0.pre app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.0.71 app/views/checkouts/_reserved_facet.html.erb
enju_circulation-0.0.70 app/views/checkouts/_reserved_facet.html.erb