From 6fae2a9bf288a3a54be088c712364255f70ad7d4 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 7 Jun 2022 20:24:37 +0200 Subject: [PATCH] Revert "change: form in subsections" This reverts commit 4298e82db670c6edfb0b723f6fa277a99cfadc7f. --- src/app/app.component.html | 62 +++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 2c86b29..4e4319e 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -37,7 +37,38 @@ (click)="saveTitle()">Speichern +
+ + + + +
+
+ + + + + + + + +

{{title.Title}}

@@ -55,19 +86,6 @@ id="buttonSubtitle" [disabled]="disableSubtitleButton()" (click)="addNewSubtitle(i)">Untertitel hinzufügen -
- - - - -

{{subtitle.Subtitle}}

-
- - - - - - - - -
{{food.Food}}
-- 2.39.5