dashboard done + UI/UX fix
This commit is contained in:
@@ -57,7 +57,11 @@
|
||||
{% if sortie.participants is not empty %}
|
||||
<ul class="list-disc pl-6 text-gray-800 mt-2">
|
||||
{% for participant in sortie.participants %}
|
||||
<li>{{ participant.nom }} {{ participant.prenom }}</li>
|
||||
<li>
|
||||
<a href="{{ path('profile_view', {'uuid': participant.idParticipant}) }}">
|
||||
{{ participant.nom }} {{ participant.prenom }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user