We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae084a commit 3019866Copy full SHA for 3019866
app/templates/orders/view.hbs
@@ -38,7 +38,7 @@
38
</button>
39
<button {{action 'downloadInvoice' this.model.event.name this.model.order.identifier }}
40
class="ui labeled icon blue {{if this.isLoadingInvoice 'loading'}} {{if this.device.isMobile 'fluid'}} button">
41
- <i class="download icon"></i>
+ <i class="file alternate icon"></i>
42
{{t 'Download Invoice'}}
43
44
</div>
0 commit comments