From 55bf8601c759e8827428e3f24d2ee1ef1a7520b0 Mon Sep 17 00:00:00 2001 From: kmitresse Date: Wed, 1 May 2024 17:03:17 +0200 Subject: [PATCH] feat: devWeb - Remove footer div on component card --- .../Projet/src/main/webapp/WEB-INF/pages/game.jsp | 10 ++++++---- .../src/main/webapp/WEB-INF/tags/components/card.tag | 6 ++---- .../src/main/webapp/WEB-INF/tags/forms/profile.tag | 10 ++++++++-- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp index 4f8a659..93bbd3d 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp @@ -14,10 +14,12 @@
- - Ajouter - Démarrer - + + + diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag index 2870304..bec06c6 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag @@ -19,7 +19,5 @@
- - \ No newline at end of file + + diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/profile.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/profile.tag index cf63c6b..ca02f52 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/profile.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/profile.tag @@ -77,8 +77,14 @@