From b8a6e365d12d28a55a611f55e5d5e7f7a30a18b0 Mon Sep 17 00:00:00 2001 From: dergeorg Date: Sun, 1 May 2022 23:10:17 +0200 Subject: [PATCH] No Edit --- src/app/task/task.component.html | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/app/task/task.component.html b/src/app/task/task.component.html index 492e6d7..2246003 100644 --- a/src/app/task/task.component.html +++ b/src/app/task/task.component.html @@ -1,16 +1,8 @@ - - - {{this.taskObj.name}} - {{this.date}} - -
- -

- {{this.taskObj.description}} -

-
- - - - -
+ +
+
{{this.taskObj.name}}
+
{{this.taskObj.id}}
+
{{this.taskObj.description}}
+
{{this.taskObj.state}}
+
{{this.taskObj.date}}
+