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