update go to shopping cart button label try again

This commit is contained in:
summerscope
2014-08-06 16:36:08 +10:00
parent 65b7cadf09
commit 280f6f856b

View File

@@ -12,7 +12,7 @@
%form{action: cart_path}
.small-12.medium-4.large-3.columns
%input.button.primary.right.add_to_cart{type: :submit, value: "Go to my cart",
%input.button.primary.right.add_to_cart{type: :submit, value: "Shopping cart >",
"ng-disabled" => "Cart.dirty"}
%div.pad-top{bindonce: true}
@@ -38,6 +38,6 @@
.row
.small-12.columns
%form{action: cart_path}
%input.button.primary.right.add_to_cart{type: :submit, value: "Go to my cart",
%input.button.primary.right.add_to_cart{type: :submit, value: "Shopping cart >",
"ng-disabled" => "Cart.dirty"}