Sha256: dd95570c42c0f17b1e086fcdcfb682d8ddb811b142aa0795e604287b1b6b9666

Contents?: true

Size: 521 Bytes

Versions: 10

Compression:

Stored size: 521 Bytes

Contents

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tienda-2.1.3 app/views/tienda/payments/refund.html.haml
tienda-2.1.2 app/views/tienda/payments/refund.html.haml
tienda-2.1.1 app/views/tienda/payments/refund.html.haml
tienda-2.1.0 app/views/tienda/payments/refund.html.haml
tienda-2.0.2 app/views/tienda/payments/refund.html.haml
tienda-2.0.1 app/views/tienda/payments/refund.html.haml
tienda-1.1.2 app/views/tienda/payments/refund.html.haml
tienda-1.1.1 app/views/tienda/payments/refund.html.haml
tienda-1.1.0 app/views/tienda/payments/refund.html.haml
tienda-1.0.0 app/views/tienda/payments/refund.html.haml