back to user in note
This commit is contained in:
parent
e718490401
commit
46983dbc21
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
extends layout.pug
|
extends layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
a(href='..') <i class="fas fa-arrow-left"></i> Back to #{req.params.user}'s wishlist
|
||||||
form.inline(method='POST', action=`/wishlist/${req.params.user}/note/${req.params.id}`)
|
form.inline(method='POST', action=`/wishlist/${req.params.user}/note/${req.params.id}`)
|
||||||
.field
|
.field
|
||||||
label.label Note
|
label.label Note
|
||||||
|
|
Loading…
Reference in a new issue