commit
a7e51b73f4
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ block content
|
||||||
th= lang('WISHLIST_MOVE_DOWN')
|
th= lang('WISHLIST_MOVE_DOWN')
|
||||||
else
|
else
|
||||||
th= lang('WISHLIST_PLEDGE')
|
th= lang('WISHLIST_PLEDGE')
|
||||||
th= lang('WIDHLIST_DELETE')
|
th= lang('WISHLIST_DELETE')
|
||||||
tbody
|
tbody
|
||||||
each item, index in wishlist
|
each item, index in wishlist
|
||||||
if req.user._id === item.addedBy || req.params.user !== req.user._id
|
if req.user._id === item.addedBy || req.params.user !== req.user._id
|
||||||
|
|
Loading…
Reference in a new issue