summaryrefslogtreecommitdiff
path: root/view/html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-03-23 19:04:45 +0100
committerxengineering <me@xengineering.eu>2024-03-24 10:10:54 +0100
commit36412cdf206f4766f818694fee5d0a00ce6bef46 (patch)
tree6a7641f009b22c3939efc377d23be3cbdbf7c6b1 /view/html
parentf4edf94a7bcf94d34eaf91397e3c0eeefec0cc8b (diff)
downloadceres-36412cdf206f4766f818694fee5d0a00ce6bef46.tar
ceres-36412cdf206f4766f818694fee5d0a00ce6bef46.tar.zst
ceres-36412cdf206f4766f818694fee5d0a00ce6bef46.zip
view: Add step removal
Diffstat (limited to 'view/html')
-rw-r--r--view/html/recipe-edit.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html
index 33661c3..18c4ab0 100644
--- a/view/html/recipe-edit.html
+++ b/view/html/recipe-edit.html
@@ -34,6 +34,7 @@
<section>
<label>Text</label>
<textarea rows="4" cols="50">{{.Text}}</textarea>
+ <button type="button" onclick="parentNode.remove();">remove</button>
</section>{{end}}
<button type="submit">save</button>