oops
This commit is contained in:
parent
d7b9405eec
commit
590392adce
1 changed files with 2 additions and 1 deletions
|
@ -185,6 +185,7 @@ block print
|
||||||
.print-gifts
|
.print-gifts
|
||||||
each item, index in wishlist.filter(item => item.addedBy === req.params.user)
|
each item, index in wishlist.filter(item => item.addedBy === req.params.user)
|
||||||
.print-gift(style='page-break-inside: avoid;')
|
.print-gift(style='page-break-inside: avoid;')
|
||||||
|
if index > 0
|
||||||
hr(style='margin-top: .5em; margin-bottom: .5em; background-color: black;')
|
hr(style='margin-top: .5em; margin-bottom: .5em; background-color: black;')
|
||||||
span.is-size-6.ugc= item.name
|
span.is-size-6.ugc= item.name
|
||||||
span= ' '
|
span= ' '
|
||||||
|
|
Loading…
Reference in a new issue