Sha256: 8bfcd2b6daed7782f08f99723a4a81c9f4c41d4bcc1a3d1e8334db9e0952c488

Contents?: true

Size: 1.39 KB

Versions: 38

Compression:

Stored size: 1.39 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(:label)

      th
        = ::Dorsale::BillingMachine::Quotation.t(:total_excluding_taxes)

      th.hidden-xs
        = ::Dorsale::BillingMachine::Quotation.t(:total_including_taxes)

      th.hidden-xs
        = ::Dorsale::BillingMachine::Quotation.t(:state)

      th.actions
        = t("actions.actions")

  tbody
    - quotations.each do |quotation|
      tr class="quotation #{quotation_state_classes(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
          = link_to_object(quotation.customer)

        td.quotation_label
          = quotation.label

        td.total_excluding_taxes
          = bm_currency quotation.total_excluding_taxes

        td.hidden-xs.total_including_taxes
          = bm_currency quotation.total_including_taxes

        td.hidden-xs
          = quotation.t("state.#{quotation.state}")

        td.actions
          = read_button dorsale.billing_machine_quotation_path(quotation)

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
dorsale-4.0.0 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.20.0 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.19.1 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.19.0 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.18.0 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.17.0 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.16.0 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.15.0 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.11 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.10 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.9 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.8 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.7 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.6 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.5 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.4 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.3 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.2 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.1 app/views/dorsale/billing_machine/quotations/_list.html.slim
dorsale-3.14.0 app/views/dorsale/billing_machine/quotations/_list.html.slim