Sha256: fced8781bd2a64f3b4a82a3988ba5e502ce0f16aad502b3a4a7c4196f18f00a6

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.4.0.beta.4 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.4.0.beta.3 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.4.0.beta.2 app/views/profiles/_submenu_checkout.html.erb
enju_circulation-0.4.0.beta.1 app/views/profiles/_submenu_checkout.html.erb