From bf1b57e15c4d243a18206e6d6d83aa62c805b0b1 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 14 Nov 2023 13:51:41 +0100 Subject: [PATCH] Integrate security into navigation This also simplifies the template quite a bit, as it previously contained some redundancy. --- src/main/resources/templates/navigation.html | 131 ++----------------- 1 file changed, 13 insertions(+), 118 deletions(-) diff --git a/src/main/resources/templates/navigation.html b/src/main/resources/templates/navigation.html index 225fa98..336bf63 100644 --- a/src/main/resources/templates/navigation.html +++ b/src/main/resources/templates/navigation.html @@ -6,128 +6,23 @@