Sha256: c5b553f833aedbeb11ad7ebb336410845e8ac2a3b7f35f256e742c6175fe7de0

Contents?: true

Size: 288 Bytes

Versions: 10

Compression:

Stored size: 288 Bytes

Contents

= form_tag(effective_orders.pretend_order_path(order), method: :post) do
  = hidden_field_tag(:purchased_url, purchased_url)
  = hidden_field_tag(:declined_url, declined_url)
  = submit_tag order_checkout_label(:pretend), class: 'btn btn-primary', data: { disable_with: 'Continuing...' }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.2.2 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.2.1 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.2.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.1.7 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.1.6 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.1.4 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.1.3 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.1.0 app/views/effective/orders/pretend/_form.html.haml
effective_orders-3.0.4 app/views/effective/orders/pretend/_form.html.haml