Sha256: e4d41325b83884652ec0f6b1a304b8df85cfd937e0df1cb329e1a8685be0c64d
Contents?: true
Size: 738 Bytes
Versions: 29
Compression:
Stored size: 738 Bytes
Contents
.billing_machine .actions - if can?(:update, @invoice) = update_button dorsale.edit_billing_machine_invoice_path(@invoice) - if can?(:download, @invoice) = download_button dorsale.billing_machine_invoice_path(@invoice, format: :pdf) - if can?(:copy, @invoice) = copy_button dorsale.copy_billing_machine_invoice_path(@invoice), confirm: true - if can?(:pay, @invoice) = dorsale_button dorsale.pay_billing_machine_invoice_path(@invoice), icon: :check, action: :paid, method: :patch - if can?(:email, @invoice) = dorsale_button dorsale.email_billing_machine_invoice_path(@invoice), icon: :send, action: :email = render "dorsale/billing_machine/invoices/details", document: @invoice
Version data entries
29 entries across 29 versions & 1 rubygems