Sha256: ad80ceb3370385cf285fe7198b12f2df48e2a07cc6e24b6787042e1e80484280

Contents?: true

Size: 483 Bytes

Versions: 17

Compression:

Stored size: 483 Bytes

Contents

%h2.effective-orders-page-title= (@order.purchased? ? 'Receipt' : 'Order')

= render partial: 'effective/orders/order', locals: {order: @order}

- if (EffectiveOrders.authorized?(controller, :admin, :effective_orders) rescue false)
  = render partial: 'admin/orders/form_note_internal', locals: { order: @order }

- if (EffectiveOrders.authorized?(controller, :show, :payment_details) rescue false)
  = render partial: 'admin/orders/order_payment_details', locals: { order: @order }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
effective_orders-2.1.17 app/views/admin/orders/show.html.haml
effective_orders-2.1.16 app/views/admin/orders/show.html.haml
effective_orders-2.1.15 app/views/admin/orders/show.html.haml
effective_orders-2.1.14 app/views/admin/orders/show.html.haml
effective_orders-2.1.13 app/views/admin/orders/show.html.haml
effective_orders-2.1.12 app/views/admin/orders/show.html.haml
effective_orders-2.1.10 app/views/admin/orders/show.html.haml
effective_orders-2.1.9 app/views/admin/orders/show.html.haml
effective_orders-2.1.8 app/views/admin/orders/show.html.haml
effective_orders-2.1.7 app/views/admin/orders/show.html.haml
effective_orders-2.1.6 app/views/admin/orders/show.html.haml
effective_orders-2.1.5 app/views/admin/orders/show.html.haml
effective_orders-2.1.4 app/views/admin/orders/show.html.haml
effective_orders-2.1.3 app/views/admin/orders/show.html.haml
effective_orders-2.1.2 app/views/admin/orders/show.html.haml
effective_orders-2.1.1 app/views/admin/orders/show.html.haml
effective_orders-2.1.0 app/views/admin/orders/show.html.haml