|  | @@ -27,11 +27,11 @@
 | 
											
												
													
														|  |          <table id="datatable" {{ stimulus_controller('datatables') }} class="table is-striped is-hoverable is-fullwidth">
 |  |          <table id="datatable" {{ stimulus_controller('datatables') }} class="table is-striped is-hoverable is-fullwidth">
 | 
											
												
													
														|  |              <thead>
 |  |              <thead>
 | 
											
												
													
														|  |              <tr>
 |  |              <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>
 |  |              </tr>
 | 
											
												
													
														|  |              </thead>
 |  |              </thead>
 | 
											
												
													
														|  |              <tbody>
 |  |              <tbody>
 | 
											
										
											
												
													
														|  | @@ -43,9 +43,9 @@
 | 
											
												
													
														|  |                      <td>{{ participation.getSeatsOccuped }} / {{ participation.getMaxParticipants }}</td>
 |  |                      <td>{{ participation.getSeatsOccuped }} / {{ participation.getMaxParticipants }}</td>
 | 
											
												
													
														|  |                      <td>
 |  |                      <td>
 | 
											
												
													
														|  |                          {% if participation.getSeatsOccuped > 0 %}
 |  |                          {% 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 %}
 |  |                      {% 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 %}
 |  |                        {% endif %}
 | 
											
												
													
														|  |                      </td>
 |  |                      </td>
 | 
											
												
													
														|  |                  </tr>
 |  |                  </tr>
 |