From 6410005a2238d79ed68b11e2f93c3d7303d37927 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Thu, 19 Dec 2024 02:42:20 +0000 Subject: [PATCH] move Case List and add My Cases to nav --- templates/internal/libs/nav.html.twig | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/internal/libs/nav.html.twig b/templates/internal/libs/nav.html.twig index 7feadad..c08761a 100644 --- a/templates/internal/libs/nav.html.twig +++ b/templates/internal/libs/nav.html.twig @@ -38,6 +38,12 @@ Referral Sources + {% endif %} {% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %} @@ -59,14 +65,14 @@