From fd36d2540c07da5709a394a595e62dd3939f3dc9 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Fri, 16 Feb 2024 15:35:54 +0100 Subject: [PATCH] comment fixed --- .../partners-detail.component.html | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/matsen-tool/src/app/partners/partners-detail/partners-detail.component.html b/matsen-tool/src/app/partners/partners-detail/partners-detail.component.html index 626112a..1e1b82a 100644 --- a/matsen-tool/src/app/partners/partners-detail/partners-detail.component.html +++ b/matsen-tool/src/app/partners/partners-detail/partners-detail.component.html @@ -130,34 +130,34 @@

Notizen

-
-
-
-
-
-

{{ post.createdAt | date:'dd.MM.YYYY hh:mm' }}

-

{{ post.ownerName }}

-
-
-

{{ post.headline }}

-

{{ post.message }}

-
+
+
+
+
+

{{ post.createdAt | date:'dd.MM.YYYY hh:mm' }}

+

{{ post.ownerName }}

+
+
+

{{ post.headline }}

+

{{ post.message }}

-
-
-
-
-

{{ comment.createdAt | date:'dd.MM.YYYY hh:mm' }}

-

{{ comment.ownerName }}

-
-
-

{{ comment.message }}

-
-
+
+
+
+
+

{{ comment.createdAt | date:'dd.MM.YYYY hh:mm' }}

+

{{ comment.ownerName }}

+
+
+

{{ comment.message }}

+ +