This commit is contained in:
jleroy2023
2024-11-20 15:48:47 +01:00
parent e6954b6ce3
commit 0ff9ac68b2
4 changed files with 15 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<strong>Inscriptions max :</strong> {{ sortie.nbInscriptionsMax }}<br>
<strong>Infos :</strong> {{ sortie.infosSortie }}
</p>
<a href="{{ path('sortie_show', { id: sortie.idSortie }) }}" class="btn btn-primary btn-sm">Voir plus</a>
<a href="#" class="btn btn-primary btn-sm">Voir plus</a>
</div>
</div>
</div>