From 46983dbc2186d59b5906a8fa760cda3e2cbea9c5 Mon Sep 17 00:00:00 2001 From: Sam Wing Date: Sat, 16 Nov 2019 23:01:08 -0500 Subject: [PATCH] back to user in note --- views/note.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/note.pug b/views/note.pug index c00d0a8..cc6d4d5 100644 --- a/views/note.pug +++ b/views/note.pug @@ -1,6 +1,7 @@ extends layout.pug block content + a(href='..') Back to #{req.params.user}'s wishlist form.inline(method='POST', action=`/wishlist/${req.params.user}/note/${req.params.id}`) .field label.label Note