Sha256: eb32f9cf53a3c8bec328e6cbbd0b45a4bfdd75bf08e7a5ecf61dc4c19f4dd775

Contents?: true

Size: 908 Bytes

Versions: 30

Compression:

Stored size: 908 Bytes

Contents

%table.table{:style => 'width: 600px;margin-bottom:25px;'}
  %thead
    %tr
      %th{:style => 'text-align: left;'}= "#{order.purchased? ? 'Sold to' : 'Bill to'}"
      - if order.shipping_address.present? && !order.shipping_address.empty?
        %th{:style => 'text-align: left;'} Ship to

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

      - if order.shipping_address.present? && !order.shipping_address.empty?
        %td{:style => 'text-align: left;'}
          = render :partial => 'effective/addresses/address', :locals => {:address => order.shipping_address}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
effective_orders-1.5.2 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.5.1 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.5.0 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.8 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.7 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.6 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.5 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.4 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.3 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.2 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.1 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.4.0 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.13 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.12 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.11 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.10 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.9 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.8 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.7 app/views/effective/orders/_order_shipping.html.haml
effective_orders-1.3.6 app/views/effective/orders/_order_shipping.html.haml