mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
update go to shopping cart button label try again
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user