1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 16:02:50 +02:00

Add turbolinks and funny icons

This commit is contained in:
Yohann D'ANELLO
2020-04-27 00:48:39 +02:00
parent a322ce4dfb
commit 85f16ebd07
8 changed files with 63 additions and 39 deletions

View File

@ -84,7 +84,7 @@ if ($payment->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
<strong>Montant :</strong> <?= $payment->getAmount() ?> €<br />
<strong>Moyen de paiement :</strong> <?= PaymentMethod::getTranslatedName($payment->getMethod()) ?><br />
<?php if ($payment->getMethod() == PaymentMethod::SCHOLARSHIP) { ?>
<strong>Notification de bourse :</strong> <a href="/file/<?= $payment->getTransactionInfos() ?>">Télécharger</a><br />
<strong>Notification de bourse :</strong> <a data-turbolinks="false" href="/file/<?= $payment->getTransactionInfos() ?>">Télécharger</a><br />
<?php } else { ?>
<strong>Informations sur le paiement :</strong> <?= $payment->getTransactionInfos() ?><br />
<?php } ?>