Sha256: 62c8c2562009080b06b75f13beb326d451458dbbe78733e58f4824fb6fc7d95a

Contents?: true

Size: 392 Bytes

Versions: 9

Compression:

Stored size: 392 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_send_to}?" }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
effective_orders-6.5.0 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.4.4 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.4.3 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.4.2 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.4.1 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.4.0 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.3.2 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.3.1 app/views/effective/orders/_datatable_actions.html.haml
effective_orders-6.3.0 app/views/effective/orders/_datatable_actions.html.haml