Sha256: 74b4b94c9076780880ebadd0e47632ab5457fc78a16a0f24704c3a371cd39563
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 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.date.strftime('%b %d, %Y') %></p> </li>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tang-0.2.2 | app/views/tang/account/receipts/_receipt.html.erb |
tang-0.2.1 | app/views/tang/account/receipts/_receipt.html.erb |
tang-0.2.0 | app/views/tang/account/receipts/_receipt.html.erb |