Sha256: 5aa872e8e4e54353b555c3e949a9f4f02d26c2b0d0f045695be86c8511a61975

Contents?: true

Size: 522 Bytes

Versions: 11

Compression:

Stored size: 522 Bytes

Contents

= form_tag [:refund, @order, @payment], :class => 'refundForm' do
  %h2= t('shoppe.refund.issue_refund')
  %p.intro
    = t('shoppe.refund.intro_html', amount: number_to_currency(@payment.refundable_amount))

  .moneyInput
    .currency= Shoppe.settings.currency_unit.html_safe
    = text_field_tag 'amount', @payment.refundable_amount, :class => 'text'
  %p.submit
    = submit_tag t('shoppe.refund.refund'), :class => 'button green'
    = link_to t('shoppe.close'), '#', :class => 'button grey', :rel => 'closeDialog'

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
shoppe-1.1.2 app/views/shoppe/payments/refund.html.haml
shoppe-1.1.1 app/views/shoppe/payments/refund.html.haml
shoppe-1.1.0 app/views/shoppe/payments/refund.html.haml
shoppe-1.0.9 app/views/shoppe/payments/refund.html.haml
shoppe-1.0.8 app/views/shoppe/payments/refund.html.haml
kylekthompson-shoppe-1.0.7 app/views/shoppe/payments/refund.html.haml
shoppe-1.0.7 app/views/shoppe/payments/refund.html.haml
shoppe-1.0.6 app/views/shoppe/payments/refund.html.haml
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/views/shoppe/payments/refund.html.haml
shoppe-1.0.5 app/views/shoppe/payments/refund.html.haml
shoppe-1.0.3 app/views/shoppe/payments/refund.html.haml