|
|
@@ -27,11 +27,11 @@
|
|
|
<table id="datatable" {{ stimulus_controller('datatables') }} class="table is-striped is-hoverable is-fullwidth">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>Événement</th>
|
|
|
- <th>Jeu</th>
|
|
|
- <th>Date et heure</th>
|
|
|
- <th>Participant(e)s</th>
|
|
|
- <th>Action</th>
|
|
|
+ <th data-priority="2">Événement</th>
|
|
|
+ <th data-priority="1">Jeu</th>
|
|
|
+ <th data-priority="1">Date et heure</th>
|
|
|
+ <th data-priority="3">Participant(e)s</th>
|
|
|
+ <th data-priority="1"> </th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@@ -43,9 +43,9 @@
|
|
|
<td>{{ participation.getSeatsOccuped }} / {{ participation.getMaxParticipants }}</td>
|
|
|
<td>
|
|
|
{% if participation.getSeatsOccuped > 0 %}
|
|
|
- <a href="{{ path('app_checkin_party', {id: participation.id}) }}" class="button open-modal">Checkins</a>
|
|
|
+ <a href="{{ path('app_checkin_party', {id: participation.id}) }}" class="button open-modal"><span class="icon"><twig:ux:icon name="bi:person-fill-check"/></span></a>
|
|
|
{% else %}
|
|
|
- <button class="button" disabled>Checkins</button>
|
|
|
+ <button class="button" disabled><span class="icon"><twig:ux:icon name="bi:person-fill-check"/></span></button>
|
|
|
{% endif %}
|
|
|
</td>
|
|
|
</tr>
|