Sha256: 5b178e95ff4575a1f4f286bf27b5b9f2d0fc0333e52129ac4518df8e5a50920d

Contents?: true

Size: 546 Bytes

Versions: 17

Compression:

Stored size: 546 Bytes

Contents

.addresses
  .table
    %table.data
      %thead
        %tr
          %th Type
          %th Default
          %th Address
          %th
      %tbody
        - if @addresses.empty?
          %tr.empty
            %td{:colspan => 4} No addresses to display.
        - else
          - for address in @addresses
            %tr
              %td= address.address_type.capitalize
              %td= boolean_tag address.default
              %td= address.full_address
              %td= link_to "Edit", edit_customer_address_path(@customer, address)

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
shoppe-1.1.1 app/views/shoppe/customers/_addresses.html.haml
kkt_shoppe-2.0.2 app/views/kkt_shoppe/customers/_addresses.html.haml
kkt_shoppe-2.0.1 app/views/kkt_shoppe/customers/_addresses.html.haml
kkt_shoppe-2.0.0 app/views/kkt_shoppe/customers/_addresses.html.haml
shoppe-1.1.0 app/views/shoppe/customers/_addresses.html.haml
kkt_shoppe-1.3.0 app/views/kkt_shoppe/customers/_addresses.html.haml
kkt_shoppe-1.2.1 app/views/kkt_shoppe/customers/_addresses.html.haml
kkt_shoppe-1.2.0 app/views/kkt_shoppe/customers/_addresses.html.haml
kkt_shoppe-1.1.2 app/views/kkt_shoppe/customers/_addresses.html.haml
shoppe-1.0.9 app/views/shoppe/customers/_addresses.html.haml
kkt_shoppe-1.1.1 app/views/kkt_shoppe/customers/_addresses.html.haml
kkt_shoppe-1.1.0 app/views/kkt_shoppe/customers/_addresses.html.haml
kylekthompson_shoppe-1.1.0 app/views/kylekthompson_shoppe/customers/_addresses.html.haml
kylekthompson_shoppe-1.0.9 app/views/kylekthompson_shoppe/customers/_addresses.html.haml
shoppe-1.0.8 app/views/shoppe/customers/_addresses.html.haml
kylekthompson_shoppe-1.0.7 app/views/kylekthompson_shoppe/customers/_addresses.html.haml
kylekthompson-shoppe-1.0.7 app/views/shoppe/customers/_addresses.html.haml