From 9aca1eca755eb899fffe71df368038791b43cc9b Mon Sep 17 00:00:00 2001
From: Jonathan Foucher <jfoucher@gmail.com>
Date: Mon, 13 Mar 2023 15:05:01 +0100
Subject: [PATCH] restore actions header for managers

---
 templates/Notification/Notification/list.html.twig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/Notification/Notification/list.html.twig b/templates/Notification/Notification/list.html.twig
index c8274c52e..3fb5f92e5 100644
--- a/templates/Notification/Notification/list.html.twig
+++ b/templates/Notification/Notification/list.html.twig
@@ -98,8 +98,9 @@
                                 {% if is_granted('ROLE_ADMIN') %}
                                 <th>{{ 'notification.notification.list.read_date'|trans }}</th>
                                 <th>{{ 'notification.notification.list.read_by'|trans }}</th>
-                                <th>{{ 'label.actions'|trans }}</th>
+
                                 {% endif %}
+                                <th>{{ 'label.actions'|trans }}</th>
                             </tr>
                         </thead>
 
-- 
GitLab