Sha256: 88cb739bbcf15b343f661e97f7fb4ce2255af68a7ecedafb4b46eea576ce2b65

Contents?: true

Size: 383 Bytes

Versions: 11

Compression:

Stored size: 383 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.email}?" }

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_orders-6.6.1 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.6.0 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.9 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.8 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.7 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.6 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.5 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.4 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.3 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.2 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.5.1 app/views/effective/orders/_datatable_actions.html.haml