Sha256: 2355ed82f5603071990d1355214290874aba9e90c087262595b5f1496f2c3f50

Contents?: true

Size: 799 Bytes

Versions: 1

Compression:

Stored size: 799 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: :xlsx), download: "#{model.ts}.xlsx"

  - content_for :table
    = render "dorsale/billing_machine/invoices/list", invoices: @invoices

  - content_for :pagination
    = paginate @invoices

  = render_dorsale_index

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dorsale-3.2.0 app/views/dorsale/billing_machine/invoices/index.html.slim