From 2704cb76554b02f546bf3f9d2d11be98f2854b7b Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 23 Apr 2024 17:42:57 +0200 Subject: Remove default recipe name To avoid not clickable recipes on the /recipes page a default name used to be inserted on recipe creation. This was not a proper fix for the problem and also was annoying that the user first had to remove the default recipe name. This commit removes this default name. --- view/html/recipe-edit.html | 2 +- view/html/recipes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view/html') diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index 3925293..8d940f8 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -8,7 +8,7 @@

Recipe editor

-
+

diff --git a/view/html/recipes.html b/view/html/recipes.html index 89620ed..d9e720b 100644 --- a/view/html/recipes.html +++ b/view/html/recipes.html @@ -8,7 +8,7 @@

Recipes

-

+

{{if ne (len .) 0}}

    {{range .}} -- cgit v1.2.3-70-g09d2