Compare commits
No commits in common. "45cf91fd303692256d233843d71d364911be20e9" and "1a1405703c8f5a4d6e45acb731a017594ed52784" have entirely different histories.
45cf91fd30
...
1a1405703c
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 && !user.id.endsWith('_')
|
||||
if req.user._id !== user.id && !req.user._id.endsWith('_')
|
||||
li
|
||||
.box
|
||||
a(href=`${_CC.config.base}wishlist/${user.id}`, style='color: #4a4a4a;')
|
||||
|
|
Loading…
Reference in a new issue