mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Link to bought products on cart page
The checkout page was just linking to the cart page, but not scrolling down.
This commit is contained in:
committed by
Rob Harrington
parent
f3f6714472
commit
936df71d0d
@@ -1,2 +1,2 @@
|
||||
%p.alert-box.info
|
||||
= t '.message_html', cart: link_to(t('.cart'), cart_path)
|
||||
= t '.message_html', cart: link_to(t('.cart'), "#{cart_path}#bought-products")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%div{ng: {controller: "EditOrderCtrl"}}
|
||||
%div#bought-products{ng: {controller: "EditOrderCtrl"}}
|
||||
%div
|
||||
%div
|
||||
.row
|
||||
|
||||
Reference in New Issue
Block a user