mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Tweaking checkout links
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/ replace_contents "[id='clear_cart_link']"
|
||||
|
||||
%div
|
||||
= link_to "Continue Shopping in List View", main_app.shop_path, class: "button primary checkout"
|
||||
%p
|
||||
= link_to "Continue Shopping", main_app.shop_path, class: "button primary checkout"
|
||||
= t(:or)
|
||||
= submit_tag t(:empty_cart), :class => 'button gray'
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
= button_tag :class => 'primary', :id => 'update-button' do
|
||||
= t(:update)
|
||||
|
||||
= link_to "Checkout", main_app.shop_checkout_path, class: "button checkout primary"
|
||||
|
||||
= link_to "Quick Checkout", main_app.shop_checkout_path, class: "button checkout primary"
|
||||
|
||||
= button_tag :class => 'button checkout gray', :id => 'checkout-link', :name => 'checkout' do
|
||||
Old Checkout
|
||||
%div
|
||||
= link_to "Old Checkout", "/checkout", :id => 'checkout-link'
|
||||
|
||||
Reference in New Issue
Block a user