mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-01 02:01:17 +02:00
Add turbolinks and funny icons
This commit is contained in:
@ -42,7 +42,7 @@ foreach ($solutions as $sol) {
|
||||
$file_id = $sol->getFileId();
|
||||
$problem = $sol->getProblem();
|
||||
$version = $sol->getVersion();
|
||||
echo "<div class=\"alert alert-info\"><strong>Problème $problem</strong> (Version $version) : <a href=\"/file/$file_id\">Télécharger</a></div>\n";
|
||||
echo "<div class=\"alert alert-info\"><strong>Problème $problem</strong> (Version $version) : <a data-turbolinks=\"false\" href=\"/file/$file_id\">Télécharger</a></div>\n";
|
||||
}
|
||||
|
||||
if ($team->isSelectedForFinal()) { ?>
|
||||
@ -55,7 +55,7 @@ if ($team->isSelectedForFinal()) { ?>
|
||||
$file_id = $sol->getFileId();
|
||||
$problem = $sol->getProblem();
|
||||
$version = $sol->getVersion();
|
||||
echo "<div class=\"alert alert-info\"><strong>Problème $problem</strong> (Version $version) : <a href=\"/file/$file_id\">Télécharger</a></div>\n";
|
||||
echo "<div class=\"alert alert-info\"><strong>Problème $problem</strong> (Version $version) : <a data-turbolinks=\"false\" href=\"/file/$file_id\">Télécharger</a></div>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user