From 17df6e29b15a9f2d2be7b72c90c8b51b911c8dbc Mon Sep 17 00:00:00 2001 From: Wingysam Date: Thu, 22 Nov 2018 17:33:24 -0500 Subject: [PATCH] Button to visit user's wishlist on wishlists page --- views/wishlists.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/wishlists.pug b/views/wishlists.pug index 5cd40a6..a103501 100644 --- a/views/wishlists.pug +++ b/views/wishlists.pug @@ -1,6 +1,7 @@ extends layout.pug block content + a.button(href=`/wishlist/${req.user._id}`) My Wishlist ul.noStyle each user in users if req.user._id !== user.id