From 3927e2f857a4478d6866ac4ad506b3c4a909bde0 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Sun, 27 Apr 2025 15:12:10 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20description=20du=20projet=20d?= =?UTF-8?q?ans=20le=20carousel=20avec=20un=20style=20de=20texte=20am=C3=A9?= =?UTF-8?q?lior=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/pages/index.js b/js/pages/index.js index 8cfc2f7..04f7719 100644 --- a/js/pages/index.js +++ b/js/pages/index.js @@ -130,6 +130,7 @@ function setupCarousel(global_project_list) { projectDiv.classList.add(letter[index]); projectDiv.innerHTML = `

${project.name}

+

${project.description || 'Pas de description'}

Date de début : ${formatDateToFrench(project.start_date)}

Statut : ${formatStatusWithColor(parseInt(project.status))}