Sha256: 3c367c64cbcc07f768c6441b7ad55e25f1575c042336f6f4c1db6c8f96aa15d2
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
%tr[credit_invoice] %td= credit_invoice.value_date %td= link_to credit_invoice, credit_invoice, {'data-href-container' => 'tr'} %td= link_to credit_invoice.company, credit_invoice.company %td= credit_invoice.due_date %td.currency= currency_fmt(credit_invoice.amount) %td.currency= currency_fmt(credit_invoice.balance) %td.action-links = list_link_for(:edit, credit_invoice)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/credit_invoices/_credit_invoice.html.haml |