Sha256: 31c705cb9e170dcf6feb637cf0180926dafb629a5e0043b2de2f0a1da0a58d84
Contents?: true
Size: 1 KB
Versions: 8
Compression:
Stored size: 1 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 = 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.actions = read_button dorsale.billing_machine_quotation_path(quotation)
Version data entries
8 entries across 8 versions & 1 rubygems