diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index c004bfb2c..57e4163df 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -81,12 +81,12 @@ {% endif %} {% if recipe.working_time and recipe.working_time != 0 %} - {% trans 'Preparation time ca.' %} {{ recipe.working_time }} min + {% trans 'Preparation time ca.' %} {{ recipe.working_time }} min {% endif %} {% if recipe.waiting_time and recipe.waiting_time != 0 %} {% trans 'Waiting time ca.' %} {{ recipe.waiting_time }} min + class="badge badge-secondary"> {% trans 'Waiting time ca.' %} {{ recipe.waiting_time }} min {% endif %} {% if recipe.waiting_time and recipe.waiting_time != 0 or recipe.working_time and recipe.working_time != 0 %} @@ -96,7 +96,7 @@
|
@@ -136,9 +136,22 @@
|
{% if i.ingredient.recipe %} - {{ i.ingredient.name }} - {% else %} - {{ i.ingredient.name }} + + {% endif %} + {{ i.ingredient.name }} + {% if i.ingredient.recipe %} + + {% endif %} + + | ++ {% if i.note %} + {% endif %} |