Sha256: 885d1abaa1757bc7cccd7e57f1ab6b9a16d943bdfe01d9f23c521f3c074aacf4

Contents?: true

Size: 598 Bytes

Versions: 5

Compression:

Stored size: 598 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_footer', locals: {order: order}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_orders-2.1.4 app/views/effective/orders/_order.html.haml
effective_orders-2.1.3 app/views/effective/orders/_order.html.haml
effective_orders-2.1.2 app/views/effective/orders/_order.html.haml
effective_orders-2.1.1 app/views/effective/orders/_order.html.haml
effective_orders-2.1.0 app/views/effective/orders/_order.html.haml