Sha256: 8173d8f0c16a3b9e8fc0404ad73b6a603e32b6ae524c649d2c4457a8048e9764
Contents?: true
Size: 576 Bytes
Versions: 51
Compression:
Stored size: 576 Bytes
Contents
- if policy(@invoice).update? = update_button dorsale.edit_billing_machine_invoice_path(@invoice) - unless @invoice.paid? = bs_button dorsale.pay_billing_machine_invoice_path(@invoice), icon: :check, action: :paid, method: :patch - if policy(@invoice).download? = download_button dorsale.billing_machine_invoice_path(@invoice, format: :pdf) - if policy(@invoice).copy? = copy_button dorsale.copy_billing_machine_invoice_path(@invoice) - if policy(@invoice).email? = bs_button dorsale.email_billing_machine_invoice_path(@invoice), icon: :send, action: :email
Version data entries
51 entries across 51 versions & 1 rubygems