Sha256: 41020b0ee2819ff9c777e40ed2a6e9e1b9348ec0bdb83f0738c95a2542d34d0f
Contents?: true
Size: 611 Bytes
Versions: 2
Compression:
Stored size: 611 Bytes
Contents
p.actions = create_button new_billing_machine_payment_term_path, action: :create table.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 = update_button edit_billing_machine_payment_term_path(payment_term), id: "edit-#{payment_term.id}"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dorsale-3.0.3 | app/views/dorsale/billing_machine/payment_terms/index.html.slim |
dorsale-3.0.2 | app/views/dorsale/billing_machine/payment_terms/index.html.slim |