From 9422e8194245c9cdbfa09b38c20173964349e2a2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 24 Oct 2024 17:24:00 +0200 Subject: view: Order ingredient summary by ingredient name This makes it easier to write a shopping list for the required ingredients. --- view/html/recipe-edit.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'view/html/recipe-edit.html') diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index cd3ba86..9a18e75 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -8,24 +8,24 @@

Recipe editor

-
- - - + + + + -

-

-

-

+

+

+

+

-
{{range .Steps}} +
{{range .Recipe.Steps}} {{template "recipe-step" .}}{{end}}
- {{if eq .Id ""}} + {{if eq .Recipe.Id ""}} {{else}} - {{end}} + {{end}}
{{ template "footer" }} -- cgit v1.2.3-70-g09d2