mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-01 06:41:41 +00:00
Adding Back to Cart link
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
%checkout{"ng-controller" => "CheckoutCtrl"}
|
||||
|
||||
= f_form_for current_order, url: main_app.shop_update_checkout_path, html: {name: "checkout", id: "checkout_form"} do |f|
|
||||
|
||||
:javascript
|
||||
|
||||
@@ -20,4 +20,6 @@
|
||||
%th= label
|
||||
%td= total
|
||||
|
||||
%div
|
||||
%a{href: cart_url} Back to Cart
|
||||
= f.submit "Purchase", class: "button"
|
||||
|
||||
Reference in New Issue
Block a user