Sha256: e7403ad42340c5165563ec060c6943b8484a5cf5c62568cca890ef92cdb1829f

Contents?: true

Size: 519 Bytes

Versions: 59

Compression:

Stored size: 519 Bytes

Contents

- i = @invoice

.invoices-show.max-width
  %h5 Invoice ##{i.number}

  %ul
    %li email: #{i.email}
    %li leadset: #{link_to i.leadset.name, leadset_path( i.leadset) }
    %li invoice_id: #{i.invoice_id}
    %li items: #{i.items}

    -# = @invoice.inspect

  %hr
  %h5
    Stripe Invoice
    = link_to 'pdf', @stripe_invoice[:invoice_pdf], target: :_blank
    .inline-block= button_to 'stripe-send', send_invoice_stripe_path( i.id ), data: { confirm: 'Are you sure?' }

  -# %pre
  -#   = @stripe_invoice.inspect

Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
wco_models-3.1.0.50 app/views/wco/invoices/show.haml
wco_models-3.1.0.49 app/views/wco/invoices/show.haml
wco_models-3.1.0.48 app/views/wco/invoices/show.haml
wco_models-3.1.0.47 app/views/wco/invoices/show.haml
wco_models-3.1.0.46 app/views/wco/invoices/show.haml
wco_models-3.1.0.45 app/views/wco/invoices/show.haml
wco_models-3.1.0.44 app/views/wco/invoices/show.haml
wco_models-3.1.0.43 app/views/wco/invoices/show.haml
wco_models-3.1.0.42 app/views/wco/invoices/show.haml
wco_models-3.1.0.41 app/views/wco/invoices/show.haml
wco_models-3.1.0.40 app/views/wco/invoices/show.haml
wco_models-3.1.0.39 app/views/wco/invoices/show.haml
wco_models-3.1.0.38 app/views/wco/invoices/show.haml
ish_manager-0.1.8.513 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.512 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.511 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.510 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.509 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.508 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.507 app/views/ish_manager/invoices/show.haml