mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-06 11:33:00 +00:00
Numéro du problème dans les équipes en retard
This commit is contained in:
parent
dcd1819cbe
commit
9f69444813
@ -15,7 +15,7 @@ if (sizeof($waiting_teams) > 0) { ?>
|
|||||||
foreach ($waiting_teams as $team) { ?>
|
foreach ($waiting_teams as $team) { ?>
|
||||||
<li>
|
<li>
|
||||||
<a href="#team-<?= $team->getTrigram() ?>">
|
<a href="#team-<?= $team->getTrigram() ?>">
|
||||||
Équipe <?= $team->getName() ?> (<?= $team->getTrigram() ?>)
|
Équipe <?= $team->getName() ?> (<?= $team->getTrigram() ?>), problème <?= $team->getProblem() ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user