Sha256: 166822fc6741a464481b19e5210d43dd9c51b272ee2e5d1e811058db70af1cc0

Contents?: true

Size: 348 Bytes

Versions: 14

Compression:

Stored size: 348 Bytes

Contents

%h1 Refund Failed

%p
  Order number: #{@order.id}
  %br
  Refund total: -$#{format("%.2f", @amount)}
  %br
  %br

- unless @items.empty?
  There was a problem while attempting to issue a refund for these memberships:
  %ol.ticket-list
    - @items.each do |item|
      %li
        ="#{item.product.membership_type.name}"

%strong
  ="#{@message}"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.3.0.pre3 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.3.0.pre2 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.3.0.pre1 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.beta.1 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.alpha.2 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.alpha.1 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.pre.27 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.pre.26 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.pre.24 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.pre.23 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.pre.21 app/views/membership_mailer/refund_problem.html.haml
artfully_ose-1.2.0.pre.20 app/views/membership_mailer/refund_problem.html.haml