Tweaking checkout links

This commit is contained in:
Will Marshall
2014-03-13 18:03:22 +11:00
parent 8f0625daf8
commit 2ac7fe3652
2 changed files with 6 additions and 6 deletions

View File

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

View File

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