diff options
Diffstat (limited to 'view')
| -rw-r--r-- | view/html/recipe-step.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/html/recipe-step.html b/view/html/recipe-step.html index 13c0de0..a50d763 100644 --- a/view/html/recipe-step.html +++ b/view/html/recipe-step.html @@ -3,6 +3,8 @@ <div class="ingredients">{{range .Ingredients}} {{ template "recipe-ingredient" . }}{{end}} </div> + <button type="button">up</button> <button type="button" onclick="addNewIngredient(this);">add ingredient</button> <button type="button" onclick="parentNode.remove();">remove step</button> + <button type="button">down</button> </section>{{end}} |
