Sha256: 67aa78c5f2f89ae17b8bb63481b364878bb9bf0e457cb35add842cdfb718192e

Contents?: true

Size: 673 Bytes

Versions: 26

Compression:

Stored size: 673 Bytes

Contents

.effective-order-shipping
  %table.table
    %thead
      %tr
        %th= "#{order.purchased? ? 'Sold to' : 'Bill to'}"
        - if order.shipping_address.present?
          %th Ship to

    %tbody
      %tr
        %td
          - if order.billing_address.present?
            = render :partial => 'effective/addresses/address', :locals => {:address => order.billing_address}
          - else
            = order.billing_name
            %br
            = mail_to(order.user.email)
            %br

        - if order.shipping_address.present?
          %td
            = render :partial => 'effective/addresses/address', :locals => {:address => order.shipping_address}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
effective_orders-3.0.1 app/views/effective/orders/_order_shipping.html.haml
effective_orders-3.0.0 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.2.4 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.2.3 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.2.2 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.2.1 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.2.0 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.17 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.16 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.15 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.14 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.13 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.12 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.10 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.9 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.8 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.7 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.6 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.5 app/views/effective/orders/_order_shipping.html.haml
effective_orders-2.1.4 app/views/effective/orders/_order_shipping.html.haml