mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
%h4.modal-title
|
|
= t('js.admin.orders.index.compiling_invoices')
|
|
|
|
%p.message{ "ng-show": 'message' }
|
|
{{message}}
|
|
%p.error{ "ng-show": 'error' }
|
|
{{error}}
|
|
|
|
%img.spinner{ src: image_path("/spinning-circles.svg"), "ng-show": "loading" }
|
|
%p{ "ng-show": "loading" }
|
|
= t('js.admin.orders.index.please_wait')
|
|
|
|
%a.button{ target: '_blank', "ng-click": 'showBulkInvoice()', "ng-href": '/admin/orders/invoices/{{invoice_id}}', "ng-show": "!loading && !error" }
|
|
= t('js.admin.orders.index.view_file')
|
|
|