mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
17 lines
503 B
Plaintext
17 lines
503 B
Plaintext
%a.close-reveal-modal{ ng: { click: '$close()' } }
|
|
%i.fa.fa-times-circle
|
|
|
|
%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: "/assets/spinning-circles.svg", ng: { show: "loading" } }
|
|
|
|
%a.button{ target: '_blank', ng: { click: 'showBulkInvoice()', href: '/admin/orders/invoices/{{invoice_id}}', show: "!loading && !error" } }
|
|
= t('js.admin.orders.index.view_file')
|
|
|