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:
@ -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 } ?>
|
||||
|
Reference in New Issue
Block a user