Sha256: 8a110ad33e2daa619c21aa866f60fb3fb6cb2c6af67650188cddffbe35215c91
Contents?: true
Size: 1.14 KB
Versions: 8
Compression:
Stored size: 1.14 KB
Contents
table.default.quotations thead tr th.hidden-sm.hidden-xs = ::Dorsale::BillingMachine::Quotation.t(:date) th.hidden-sm.hidden-md.hidden-xs = ::Dorsale::BillingMachine::Quotation.t(:tracking_id) th = ::Dorsale::BillingMachine::Quotation.t(:customer) th = ::Dorsale::BillingMachine::Quotation.t(:total_duty) th.hidden-xs = ::Dorsale::BillingMachine::Quotation.t(:total_all_taxes) th.hidden-xs = ::Dorsale::BillingMachine::Quotation.t(:state) th = t("actions.actions") tbody - quotations.each do |quotation| tr.quotation td.hidden-sm.hidden-xs.date = date(quotation.date) td.hidden-sm.hidden-md.hidden-xs.tracking_id = quotation.tracking_id td.customer_name = quotation.customer.try(:name) td.total_duty = euros(quotation.total_duty) td.hidden-xs.total_all_taxes = euros(quotation.total_all_taxes) td = quotation.t("state.#{quotation.state}") td.actions = read_button dorsale.billing_machine_quotation_path(quotation)
Version data entries
8 entries across 8 versions & 1 rubygems