From e9c6017e6092fc046b9654b62697a076209d52fb Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 15 Apr 2024 20:35:53 +0200 Subject: [PATCH] Fix forum table header text color --- system/templates/forum.boards.html.twig | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/system/templates/forum.boards.html.twig b/system/templates/forum.boards.html.twig index 82da232009..5ac3e88b02 100644 --- a/system/templates/forum.boards.html.twig +++ b/system/templates/forum.boards.html.twig @@ -1,24 +1,26 @@ Boards + - {% if canEdit %} - {% endif %} + {% set i = 0 %} {% for board in boards %} {% set i = i + 1 %}
+ Board - - + + Posts - - + + Threads - - + + Last Post - + + Options - +