Sha256: 62e634f60938737bdb73448b10b9d6c2f843d7f60f3b27df7a4f92da509db54f

Contents?: true

Size: 698 Bytes

Versions: 14

Compression:

Stored size: 698 Bytes

Contents

.effective-order
  - unless defined?(no_order_actions)
    = render partial: 'effective/orders/order_actions', locals: { order: order }

  = render partial: 'effective/orders/order_header', locals: { order: order }
  = render partial: 'effective/orders/order_shipping', locals: { order: order }
  = render partial: 'effective/orders/order_note', locals: { order: order }
  = render partial: 'effective/orders/order_note_to_buyer', locals: { order: order }
  = render partial: 'effective/orders/order_items', locals: { order: order }
  = render partial: 'effective/orders/order_payment_details', locals: { order: order }
  = render partial: 'effective/orders/order_footer', locals: { order: order }

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/orders/_order.html.haml
effective_orders-3.2.2 app/views/effective/orders/_order.html.haml
effective_orders-3.2.1 app/views/effective/orders/_order.html.haml
effective_orders-3.2.0 app/views/effective/orders/_order.html.haml
effective_orders-3.1.7 app/views/effective/orders/_order.html.haml
effective_orders-3.1.6 app/views/effective/orders/_order.html.haml
effective_orders-3.1.4 app/views/effective/orders/_order.html.haml
effective_orders-3.1.3 app/views/effective/orders/_order.html.haml
effective_orders-3.1.0 app/views/effective/orders/_order.html.haml
effective_orders-3.0.4 app/views/effective/orders/_order.html.haml
effective_orders-3.0.3 app/views/effective/orders/_order.html.haml
effective_orders-3.0.2 app/views/effective/orders/_order.html.haml
effective_orders-3.0.1 app/views/effective/orders/_order.html.haml
effective_orders-3.0.0 app/views/effective/orders/_order.html.haml