Sha256: 39f4d62f9c4ad3f4e07a240b23469afd711a78dcff14d99b4bf68eea859f244d

Contents?: true

Size: 390 Bytes

Versions: 2

Compression:

Stored size: 390 Bytes

Contents

= dropdown(variation: :dropleft) do
  = dropdown_link_to (order.purchased? ? 'View' : 'Checkout'), effective_orders.order_path(order)

  - if EffectiveResources.authorized?(controller, :send_buyer_receipt, order)
    = dropdown_link_to 'E-mail Receipt', effective_orders.send_buyer_receipt_order_path(order),
      data: { method: :post, confirm: "Send receipt to #{order.emails.first}?" }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_orders-6.6.3 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.6.2 app/views/effective/orders/_datatable_actions.html.haml