Merge pull request #2154 from coreos-inc/receipt-filename
Make receipt filenames include date information
This commit is contained in:
commit
1529ed2086
2 changed files with 7 additions and 3 deletions
|
@ -54,7 +54,7 @@
|
|||
</span>
|
||||
</td>
|
||||
<td class="options-col">
|
||||
<a ng-show="invoice.paid" href="/receipt?id={{ invoice.id }}" download="receipt.pdf" target="_new">
|
||||
<a ng-show="invoice.paid" href="/receipt?id={{ invoice.id }}" target="_new" download>
|
||||
<i class="fa fa-download" data-title="Download Receipt" bs-tooltip="tooltip.title"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
|
Reference in a new issue