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:
Maikel Linke
2016-12-07 15:04:55 +11:00
committed by Rob Harrington
parent f3f6714472
commit 936df71d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -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")

View File

@@ -1,4 +1,4 @@
%div{ng: {controller: "EditOrderCtrl"}}
%div#bought-products{ng: {controller: "EditOrderCtrl"}}
%div
%div
.row