Sha256: 2fb087e883afba308072bd0e50aab67f877b24aa8c9fee6c50eb25ac8ea3f8d7
Contents?: true
Size: 540 Bytes
Versions: 62
Compression:
Stored size: 540 Bytes
Contents
table.default#payment_term thead tr th.actions.payment_term-label = ::Dorsale::BillingMachine::PaymentTerm.t(:label) th.actions.payment_term-action = "Action" tbody - @payment_terms.each do |payment_term| tr.actions.payment_term td.actions.payment_term-label = payment_term.label td.actions.payment_term-action - if policy(payment_term).create? = update_button edit_billing_machine_payment_term_path(payment_term), id: "edit-#{payment_term.id}"
Version data entries
62 entries across 62 versions & 1 rubygems