Sha256: 632ad6255a1f4219f218a338f8175d0b8b85834497f6d6524e9f7abfcc80e524

Contents?: true

Size: 358 Bytes

Versions: 27

Compression:

Stored size: 358 Bytes

Contents

<ul>
  <%- profile.user_group.user_group_has_checkout_types.each do |available_checkout_type| -%>
    <li>
      <%= available_checkout_type.checkout_type.display_name.localize -%>:
      <%= profile.user.checked_item_count[:"#{available_checkout_type.checkout_type.name}"] -%> / <%= available_checkout_type.checkout_limit -%>
    </li>
  <%- end -%>
</ul>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.10 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.9 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.8 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.7 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.6 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.5 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.4 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.3 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.2 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.1 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.0 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.0.rc.1 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.3.0.beta.1 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.2.5 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.2.4 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.2.3 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.2.2 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.2.1 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.2.0 app/views/profiles/_submenu_checkout.html.erb