From 14433a928f7fdf9be3193812cbbed1a5ae49ecd7 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 8 May 2017 20:44:45 +0200 Subject: Let the user upgrade an ingredient quantity and adapt other quantities --- templates/main.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'templates') diff --git a/templates/main.html b/templates/main.html index be23249..23c37fe 100644 --- a/templates/main.html +++ b/templates/main.html @@ -4,19 +4,16 @@ $title$ - + - - Recettes - -
- $if(hideTitle)$ - $else$ -

$title$

- $endif$ - $body$ -
+ Recettes + $if(hideTitle)$ + $else$ +

$title$

+ $endif$ +
$body$
+ -- cgit v1.2.3