Sha256: d8a54dc612d69bca0c1f4f7b38583710f509684e3cca3e2d5d44da07955cc96e
Contents?: true
Size: 789 Bytes
Versions: 8
Compression:
Stored size: 789 Bytes
Contents
.billing_machine - content_for :page_header = render "dorsale/billing_machine/invoices/header_infos", invoices: @invoices - content_for :filters = render "dorsale/billing_machine/invoices/filters" - content_for :title = icon(:euro) = " " = Dorsale::BillingMachine::Invoice.ts - content_for :actions - if policy(::Dorsale::BillingMachine::Invoice).create? = create_button dorsale.new_billing_machine_invoice_path - if policy(::Dorsale::BillingMachine::Invoice).export? = download_button dorsale.billing_machine_invoices_path(format: :csv), action: :export_csv - content_for :table = render "dorsale/billing_machine/invoices/list", invoices: @invoices - content_for :pagination = paginate @invoices = render_dorsale_index
Version data entries
8 entries across 8 versions & 1 rubygems