X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Fstore%2F_cart.html.erb;h=43e9a162a543f653864065095d9697a81a3e5038;hb=951fe14acc706a4c5ec043e20b3cbfee2b9754d6;hp=cc84043d9180968f7431ab16e7be41546fa38ca0;hpb=3ac66882338fa1c3f6d73ba68093b7fcfb399574;p=depot.git diff --git a/app/views/store/_cart.html.erb b/app/views/store/_cart.html.erb index cc84043..43e9a16 100644 --- a/app/views/store/_cart.html.erb +++ b/app/views/store/_cart.html.erb @@ -8,6 +8,10 @@ +<% form_remote_tag :url => {:action => 'checkout'} do %> + <%= submit_tag "Checkout" %> +<% end %> + <% form_remote_tag :url => {:action => 'empty_cart'} do %> <%= submit_tag "Empty cart" %> <% end %>