diff options
-rw-r--r-- | view/html/recipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/html/recipe.html b/view/html/recipe.html index d794b9d..6d3ee0d 100644 --- a/view/html/recipe.html +++ b/view/html/recipe.html @@ -15,7 +15,7 @@ <p class="notice" style="white-space: pre-line;">{{.Notes}}</p>{{end}}{{ if ne .Portions "" }} <p><i>Portions:</i> {{.Portions}}</p>{{end}}{{ if ne .Url "" }} <p><i>Original recipe:</i> <a href="{{.Url}}">link</a></p>{{end}} - <p><i>Ingredients:</i></p> + <p><i>Ingredient summary:</i></p> <ul> {{range .Steps}}{{range $i, $el := .Ingredients}} <li>{{if ne $el.Amount ""}}{{$el.Amount}} {{end}}{{if ne $el.Unit ""}}{{$el.Unit}} {{end}}{{$el.Type}}</li> |