mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-26 10:47:44 +02:00
Add turbolinks and funny icons
This commit is contained in:
@ -18,7 +18,7 @@ foreach ($tournaments as $tournament) {
|
||||
$team = Team::fromId($sol->getTeamId());
|
||||
$team_name = $team->getName();
|
||||
$team_trigram = $team->getTrigram();
|
||||
echo "<div class=\"alert alert-info\"><strong>Problème n°$problem de l'équipe $team_name</strong> ($team_trigram), version $version : <a href=\"/file/$file_id\">Télécharger</a></div>";
|
||||
echo "<div class=\"alert alert-info\"><strong>Problème n°$problem de l'équipe $team_name</strong> ($team_trigram), version $version : <a data-turbolinks=\"false\" href=\"/file/$file_id\">Télécharger</a></div>";
|
||||
}
|
||||
|
||||
echo "<form method=\"POST\">\n";
|
||||
|
Reference in New Issue
Block a user