Sha256: 445233cbadb331872f91a8d0812aef6d2694d62679449c287fdc586586b3184c

Contents?: true

Size: 541 Bytes

Versions: 6

Compression:

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

  - if (EffectiveOrders.authorized?(controller, :manage, Effective::Order) rescue false)
    = render partial: 'effective/orders/order_payment_details', locals: {order: order}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_orders-1.5.9 app/views/effective/orders/_order.html.haml
effective_orders-1.5.8 app/views/effective/orders/_order.html.haml
effective_orders-1.5.7 app/views/effective/orders/_order.html.haml
effective_orders-1.5.5 app/views/effective/orders/_order.html.haml
effective_orders-1.5.4 app/views/effective/orders/_order.html.haml
effective_orders-1.5.3 app/views/effective/orders/_order.html.haml