From eb000e0cc514ebca753970ddb9135e09cb885d7a Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 23 Apr 2024 17:42:58 +0200 Subject: view: Replace HTML form labels by placeholders This takes up way less space in the code and the actual user view. --- view/html/recipe-edit.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'view') diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index 8d940f8..bad8d60 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -12,29 +12,24 @@

- - +

- - +

- - +

- - +

{{range .Steps}}
- - +
{{end}}
@@ -91,8 +86,7 @@ function addNewStep() { var newStep = document.createElement("section"); newStep.innerHTML = ` - - + `; -- cgit v1.2.3-70-g09d2