Sha256: 955ee7c573e8b9e67ce00f9e3d0e93c134e906b66512175d7c0b775a71f367b4
Contents?: true
Size: 619 Bytes
Versions: 5
Compression:
Stored size: 619 Bytes
Contents
.billing_machine .invoice-details class="#{@invoice.payment_status}" .actions - if can?(:copy, @invoice) = copy_button dorsale.copy_billing_machine_invoice_path(@invoice) - 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?(:pay, @invoice) = dorsale_button dorsale.pay_billing_machine_invoice_path(@invoice), icon: :check, action: :pay, method: :patch = render "details", document: @invoice
Version data entries
5 entries across 5 versions & 1 rubygems