1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-26 02:27:32 +02:00

Modifications mineures

This commit is contained in:
Yohann D'ANELLO
2020-01-21 12:43:13 +01:00
parent cd70de049a
commit 6fe398d965
10 changed files with 43 additions and 36 deletions

View File

@ -23,8 +23,8 @@
<a href="/tournoi/<?= $tournament->getName() ?>"><?= $tournament->getName() ?></a>
</th>
<td>Du <?= formatDate($tournament->getStartDate()) ?> au <?= formatDate($tournament->getEndDate()) ?></td>
<td><?= formatDate($tournament->getInscriptionDate()) ?></td>
<td><?= formatDate($tournament->getSolutionsDate()) ?></td>
<td><?= formatDate($tournament->getSynthesesDate()) ?></td>
<td><?= $tournament->getSize() ?></td>
</tr>
<?php