From f7f4fa362d025bc08dc83f98399264b1315f5d1c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 1 Apr 2021 16:27:55 +0200 Subject: [PATCH] update admin of comments --- templates/blog/comment_admin/show.html.twig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/blog/comment_admin/show.html.twig b/templates/blog/comment_admin/show.html.twig index a1e29b1..36e87f1 100644 --- a/templates/blog/comment_admin/show.html.twig +++ b/templates/blog/comment_admin/show.html.twig @@ -47,12 +47,14 @@
  • Article - {{ entity.post.title }} + + {{ entity.post.title }} +
  • {% if entity.parentComment %}
  • - Réponse à + Réponse à {{ entity.parentComment.author }} - {{ entity.parentComment.createdAt|date('d/m/Y H:i') }}