Sha256: 64b045998ad6a44686cdea9d4289dcbbbf264bfd8ed6b86191264157192176d7

Contents?: true

Size: 311 Bytes

Versions: 12

Compression:

Stored size: 311 Bytes

Contents

- i = @invoice

.invoices-show.max-width
  %h5 Invoice ##{@invoice.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

  %pre
    = @stripe_invoice.inspect

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ish_manager-0.1.8.465 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.464 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.463 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.462 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.461 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.460 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.459 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.458 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.457 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.456 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.455 app/views/ish_manager/invoices/show.haml
ish_manager-0.1.8.454 app/views/ish_manager/invoices/show.haml