Adding Back to Cart link

This commit is contained in:
Will Marshall
2014-03-12 14:23:48 +11:00
parent f96e420f01
commit 9848a724b7
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -20,4 +20,6 @@
%th= label
%td= total
%div
%a{href: cart_url} Back to Cart
= f.submit "Purchase", class: "button"