Sha256: fff264659b56f1b6c533c34f457add5d97e8d7ac7b10d65c34b08d065d5c6aaf
Contents?: true
Size: 615 Bytes
Versions: 5
Compression:
Stored size: 615 Bytes
Contents
%p#notice= notice %h1=I18n.t('stripe_wrapper.models.charges.other') %table.table.breakable-table.table-striped %thead %tr %th User %th Stripe Customer %th Amount %th Amount Refunded %th Description %th{:colspan => "3"} %tbody - @charges.each do |charge| %tr %td=link_to charge.user,main_app.user_path(charge.user) if charge.user.present?() %td=link_to charge.stripe_customer,customer_path(charge.stripe_customer) if charge.stripe_customer.present?() %td= charge.amount %td= charge.amount_refunded %td= charge.description
Version data entries
5 entries across 5 versions & 1 rubygems