Compare commits
No commits in common. "1a1405703c8f5a4d6e45acb731a017594ed52784" and "ccfae13cf7659c5092c6acd7a006d6433e60f3a1" have entirely different histories.
1a1405703c
...
ccfae13cf7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ block content
|
|||
span!=lang('WISHLISTS_COUNTS_SELF', req.user._id)
|
||||
+wishlistDetails(req.user.wishlist, req.user._id)
|
||||
each user in users
|
||||
if req.user._id !== user.id && !req.user._id.endsWith('_')
|
||||
if req.user._id !== user.id
|
||||
li
|
||||
.box
|
||||
a(href=`${_CC.config.base}wishlist/${user.id}`, style='color: #4a4a4a;')
|
||||
|
|
Loading…
Reference in a new issue