From 4930b67dc33c5461d8bba051fd3b1611fc7252ee Mon Sep 17 00:00:00 2001 From: neviyn Date: Thu, 29 Apr 2021 21:36:23 +0100 Subject: [PATCH] Using webjars, updated header fragment --- pom.xml | 11 +++++++++++ src/main/resources/templates/fragments.html | 13 +++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index dfba679..6705522 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,17 @@ spring-security-test test + + + org.webjars + bootstrap + 5.0.0-beta3 + + + org.webjars.npm + bootstrap-icons + 1.4.1 + diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index e52508e..d14d22f 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -3,15 +3,12 @@
- - + + - - - + + +
\ No newline at end of file