Sha256: c6eede383c8f01837968206df077044dafac2a50f8e4f4c93b8ea858f0d80777
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 Bytes
Contents
<li class="list-group-item"> <div class="float-xs-right"> <%= link_to 'Download PDF', invoice.invoice_pdf, class: 'btn btn-secondary', target: '_blank' %> </div> <h5 class="list-group-item-heading"><%= number_to_currency(invoice.total.to_f / 100.0) %></h5> <p class="list-group-item-text">Date <%= invoice.period_start.strftime('%b %d, %Y') %></p> </li>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tang-0.1.0 | app/views/tang/account/receipts/_receipt.html.erb |
tang-0.0.9 | app/views/tang/account/receipts/_receipt.html.erb |
tang-0.0.8 | app/views/tang/account/receipts/_receipt.html.erb |