From f4edf94a7bcf94d34eaf91397e3c0eeefec0cc8b Mon Sep 17 00:00:00 2001
From: xengineering
Date: Sun, 17 Mar 2024 20:14:35 +0100
Subject: view: Add editing of existing recipe steps
---
view/html/recipe-edit.html | 49 +++++++++++++++++++++++++++++++++++++++++++++-
view/static/ceres.js | 33 -------------------------------
2 files changed, 48 insertions(+), 34 deletions(-)
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html
index a6b4a66..33661c3 100644
--- a/view/html/recipe-edit.html
+++ b/view/html/recipe-edit.html
@@ -29,7 +29,12 @@
-
+
{{range .Steps}}
+
+ {{end}}
@@ -37,6 +42,48 @@
{{ template "footer" }}
+