From fdefc5e5da865461c6276447ac5aceecdc9236f4 Mon Sep 17 00:00:00 2001 From: Thorsten Rinne Date: Fri, 23 Aug 2024 18:12:38 +0200 Subject: [PATCH] style: improved comment administration --- .../templates/admin/content/comments.twig | 47 ++++++++++++++----- 1 file changed, 35 insertions(+), 12 deletions(-) diff --git a/phpmyfaq/assets/templates/admin/content/comments.twig b/phpmyfaq/assets/templates/admin/content/comments.twig index 5dad332fe8..a6b92891c6 100644 --- a/phpmyfaq/assets/templates/admin/content/comments.twig +++ b/phpmyfaq/assets/templates/admin/content/comments.twig @@ -36,12 +36,24 @@ - {{ comment.username }} | - {{ comment.date | format_datetime(locale=currentLocale) }} | - - {{ comment.recordId | faqQuestion | raw }} - -
+
+ +
+
+ + {{ comment.date | format_datetime(locale=currentLocale) }} +
+ +
+
{{ comment.comment }} @@ -69,12 +81,23 @@ - {{ comment.username }} | - {{ comment.date | format_datetime(locale=currentLocale) }} | - - - -
+
+ +
+
+ + {{ comment.date | format_datetime(locale=currentLocale) }} +
+
+ + + +
+
+
{{ comment.comment }}