Sha256: 7b5c9ce4b7fd85177a8c99278b1ab99f3001c42bd61971accfddd395309beb03

Contents?: true

Size: 867 Bytes

Versions: 26

Compression:

Stored size: 867 Bytes

Contents

table.table.default#id_card
  thead
    tr
      th.actions.id_card-id_card_name
        = ::Dorsale::BillingMachine::IdCard.t(:id_card_name)
      th.actions.id_card-entity_name
        = ::Dorsale::BillingMachine::IdCard.t(:entity_name)
      th.actions.id_card-contact_full_name
        = ::Dorsale::BillingMachine::IdCard.t(:contact_full_name)
      th.actions.id_card-action
        = "Action"

  tbody
    - @id_cards.each do |id_card|
      tr.actions.id_card
        td.actions.id_card-id_card_name
          = id_card.id_card_name

        td.actions.id_card-entity_name
          = id_card.entity_name

        td.actions.id_card-contact_full_name
          = id_card.contact_full_name

        td.actions.id_card-action
          - if policy(id_card).update?
            = update_button edit_billing_machine_id_card_path(id_card), id: "edit-#{id_card.id}"

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
dorsale-3.8.1 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.8.0 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.8 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.7 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.6 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.5 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.4 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.2 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.1 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.7.0 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.6.1 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.6.0 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.5.2 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.5.1 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.5.0 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.4.0 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.3.0 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.2.0 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.1.7 app/views/dorsale/billing_machine/id_cards/_list.html.slim
dorsale-3.1.6 app/views/dorsale/billing_machine/id_cards/_list.html.slim