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.username }} +
+
+
+ + {{ comment.date | format_datetime(locale=currentLocale) }} +
+ +
+
{{ comment.comment }} @@ -69,12 +81,23 @@ - {{ comment.username }} | - {{ comment.date | format_datetime(locale=currentLocale) }} | - - - -
+
+
+ + {{ comment.username }} +
+
+
+ + {{ comment.date | format_datetime(locale=currentLocale) }} +
+
+ + + +
+
+
{{ comment.comment }}