Sha256: 535bf4a644868ac9cf035b2350c6fcbbe48d2a5207779f4221f4d36603874992

Contents?: true

Size: 539 Bytes

Versions: 14

Compression:

Stored size: 539 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, :show, :payment_details) rescue false)
    = render partial: 'effective/orders/order_payment_details', locals: {order: order}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-1.8.1 app/views/effective/orders/_order.html.haml
effective_orders-1.8.0 app/views/effective/orders/_order.html.haml
effective_orders-1.7.5 app/views/effective/orders/_order.html.haml
effective_orders-1.7.4 app/views/effective/orders/_order.html.haml
effective_orders-1.7.3 app/views/effective/orders/_order.html.haml
effective_orders-1.7.2 app/views/effective/orders/_order.html.haml
effective_orders-1.7.1 app/views/effective/orders/_order.html.haml
effective_orders-1.7.0 app/views/effective/orders/_order.html.haml
effective_orders-1.6.6 app/views/effective/orders/_order.html.haml
effective_orders-1.6.5 app/views/effective/orders/_order.html.haml
effective_orders-1.6.4 app/views/effective/orders/_order.html.haml
effective_orders-1.6.3 app/views/effective/orders/_order.html.haml
effective_orders-1.6.1 app/views/effective/orders/_order.html.haml
effective_orders-1.6.0 app/views/effective/orders/_order.html.haml