diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 27b3bfb7f..6cfc8ef92 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -79,13 +79,13 @@ {% if recipe.working_time and recipe.working_time != 0 %} {% trans 'Preparation time ca.' %} {{ recipe.working_time }} min + class="fas fa-user-clock"> {% trans 'Preparation time ~' %} {{ recipe.working_time }} min {% endif %} {% if recipe.waiting_time and recipe.waiting_time != 0 %} {% trans 'Waiting time ca.' %} {{ recipe.waiting_time }} min + class="far fa-clock"> {% trans 'Waiting time ~' %} {{ recipe.waiting_time }} min {% endif %} {% recipe_last recipe request.user as last_cooked %} {% if last_cooked %}