diff options
Diffstat (limited to 'view/html/nav.html')
-rw-r--r-- | view/html/nav.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/html/nav.html b/view/html/nav.html index 7bc0206..9da1b6b 100644 --- a/view/html/nav.html +++ b/view/html/nav.html @@ -1,5 +1,6 @@ {{define "nav"}} <nav> <a href="/recipes">HOME</a> + <a onclick="create('/recipe')">add recipe</a> </nav> {{end}} |