Button to visit user's wishlist on wishlists page
This commit is contained in:
parent
eb3d97be7d
commit
17df6e29b1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue