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') }}