From e4c4990e7f9690482e0de3314f950c57e9b168d9 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 30 Jun 2023 15:46:25 +0200 Subject: [PATCH] Forum: Fix quote and edit post buttons not being shown --- system/templates/forum.show_thread.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/templates/forum.show_thread.html.twig b/system/templates/forum.show_thread.html.twig index f2c15959..1255dac4 100644 --- a/system/templates/forum.show_thread.html.twig +++ b/system/templates/forum.show_thread.html.twig @@ -58,6 +58,7 @@ Page: {{ links_to_pages|raw }}
{% endif %} + {% endif %} {% if logged and (post.player.getAccount().getId() == account_logged.getId() or is_moderator) %} @@ -65,11 +66,10 @@ Page: {{ links_to_pages|raw }}
{% if logged %} {% endif %} - {% endif %} {% set i = i + 1 %} {% endfor %}
- \ No newline at end of file +