Sha256: 78b465d0183196f0672bad6905df0d5ef3270491afa18570893a01c88560ee8a

Contents?: true

Size: 212 Bytes

Versions: 5

Compression:

Stored size: 212 Bytes

Contents

- if order.gift_card_amount > 0
  - order.gift_cards.each do |gift_card|
    %p
      = t('workarea.storefront.gift_cards.gift_card')
      = gift_card.display_number
      = number_to_currency(gift_card.amount)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-gift_cards-4.0.3 app/views/workarea/storefront/order_mailer/_gift_card_summary.html.haml
workarea-gift_cards-4.0.2 app/views/workarea/storefront/order_mailer/_gift_card_summary.html.haml
workarea-gift_cards-4.0.1 app/views/workarea/storefront/order_mailer/_gift_card_summary.html.haml
workarea-gift_cards-4.0.0 app/views/workarea/storefront/order_mailer/_gift_card_summary.html.haml
workarea-gift_cards-4.0.0.beta.1 app/views/workarea/storefront/order_mailer/_gift_card_summary.html.haml