diff options
author | xengineering <me@xengineering.eu> | 2024-03-23 19:04:45 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-03-24 10:10:54 +0100 |
commit | 36412cdf206f4766f818694fee5d0a00ce6bef46 (patch) | |
tree | 6a7641f009b22c3939efc377d23be3cbdbf7c6b1 /view | |
parent | f4edf94a7bcf94d34eaf91397e3c0eeefec0cc8b (diff) | |
download | ceres-36412cdf206f4766f818694fee5d0a00ce6bef46.tar ceres-36412cdf206f4766f818694fee5d0a00ce6bef46.tar.zst ceres-36412cdf206f4766f818694fee5d0a00ce6bef46.zip |
view: Add step removal
Diffstat (limited to 'view')
-rw-r--r-- | view/html/recipe-edit.html | 1 |
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> |