From b54945cad60fb2d96c94cb853b0acf8a16b94a8c Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Wed, 7 Jun 2023 15:02:46 +0100 Subject: [PATCH] Moved the organisation actions menu into blocks --- .../columns/organisations-actions.html.twig | 148 +++++++++--------- templates/tables/users.html.twig | 1 + 2 files changed, 77 insertions(+), 72 deletions(-) diff --git a/templates/tables/columns/organisations-actions.html.twig b/templates/tables/columns/organisations-actions.html.twig index b987ce2..d4e2edf 100644 --- a/templates/tables/columns/organisations-actions.html.twig +++ b/templates/tables/columns/organisations-actions.html.twig @@ -14,109 +14,113 @@ diff --git a/templates/tables/users.html.twig b/templates/tables/users.html.twig index 5314164..0663876 100644 --- a/templates/tables/users.html.twig +++ b/templates/tables/users.html.twig @@ -23,6 +23,7 @@ {% block table_cell_templates %} {{ parent() }} + {% block table_users_column_organisations %} {% include 'tables/columns/users-organisations.html.twig' %} {% endblock %}