mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-02 07:18:31 +02:00
Add turbolinks and funny icons
This commit is contained in:
@ -20,7 +20,7 @@ foreach ($tournaments as $tournament) {
|
||||
$team_name = $team->getName();
|
||||
$team_trigram = $team->getTrigram();
|
||||
echo "<div class=\"alert alert-info\"><strong>Note de synthèse de l'équipe $team_name ($team_trigram) pour " . ($dest == DestType::OPPOSANT ? "l'opposant" : "le rapporteur")
|
||||
. "</strong>, version $version : <a href=\"/file/$file_id\">Télécharger</a></div>";
|
||||
. "</strong>, 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