anioop
This commit is contained in:
parent
7f54c2a63c
commit
a5b0912839
1 changed files with 63 additions and 62 deletions
|
@ -15,6 +15,7 @@ block content
|
||||||
th Delete
|
th 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
|
||||||
tr
|
tr
|
||||||
if item.url
|
if item.url
|
||||||
td(data-label='Name')
|
td(data-label='Name')
|
||||||
|
|
Loading…
Reference in a new issue