summaryrefslogtreecommitdiff
path: root/view/html/recipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'view/html/recipe.html')
-rw-r--r--view/html/recipe.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/html/recipe.html b/view/html/recipe.html
index 30aecb5..c8db391 100644
--- a/view/html/recipe.html
+++ b/view/html/recipe.html
@@ -12,6 +12,7 @@
<p>Portions: {{.Portions}}</p>
<p><a href="{{.Url}}">original recipe</a></p>
<p>{{.Notes}}</p>
+ <a href="/recipe/{{.Id}}?edit=true"><button>edit</button></a>
</main>
{{ template "footer" }}
</body>