From e2aaefe3a46423946ec6deacfdad29e6e6209c40 Mon Sep 17 00:00:00 2001 From: kmitresse Date: Sat, 27 Apr 2024 14:29:29 +0200 Subject: [PATCH] fix: devWeb - display color before value per color for more consistency --- S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/game.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 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 275c9ba..3948679 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 @@ -30,8 +30,8 @@

Créé le: ${game.createdAt.toLocaleString()}

Difficulté: ${game.difficulty}

Nombre de tours: ${game.nbRounds}

-

Valeurs par couleur: ${game.nbValuesPerColor}

Nombre de couleurs: ${game.nbColors}

+

Valeurs par couleur: ${game.nbValuesPerColor}

@@ -336,4 +336,4 @@ }); - \ No newline at end of file +