diff options
Diffstat (limited to 'view/html/recipe.html')
-rw-r--r-- | view/html/recipe.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/html/recipe.html b/view/html/recipe.html index 43bbb2e..7b1a70d 100644 --- a/view/html/recipe.html +++ b/view/html/recipe.html @@ -14,6 +14,7 @@ <p><a href="{{.Url}}">original recipe</a></p> <p>{{.Notes}}</p> <a href="/recipe/{{.Id}}?view=recipe-edit"><button>edit</button></a> + <a href="/recipe/{{.Id}}?view=recipe-confirm-deletion"><button style="background-color:red">delete</button></a> </main> {{ template "footer" }} </body> |