SMALLL
This commit is contained in:
parent
80c64f81e6
commit
dfa40ba41b
1 changed files with 4 additions and 4 deletions
|
@ -186,11 +186,11 @@ block print
|
||||||
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;')
|
||||||
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-5.ugc= item.name
|
span.is-size-6.ugc= item.name
|
||||||
span= ' '
|
span= ' '
|
||||||
span.is-size-6.ugc.has-text-grey= item.url
|
span.ugc.has-text-grey= item.url
|
||||||
span.is-block.is-size-6 Added by: #{item.addedBy}
|
span.is-block Added by: #{item.addedBy}
|
||||||
if item.note
|
if item.note
|
||||||
br
|
br
|
||||||
.box
|
.box
|
||||||
span.is-block.is-size-5.ugc= item.note
|
span.is-block.ugc= item.note
|
Loading…
Reference in a new issue