|  | @@ -95,17 +95,19 @@
 | 
											
												
													
														|  |                      <td>{{ party.gamemaster.preferedName }}</td>
 |  |                      <td>{{ party.gamemaster.preferedName }}</td>
 | 
											
												
													
														|  |                      <td>{{ party.getSeatsOccuped }} / {{ party.getMaxParticipants }}</td>
 |  |                      <td>{{ party.getSeatsOccuped }} / {{ party.getMaxParticipants }}</td>
 | 
											
												
													
														|  |                      <td>
 |  |                      <td>
 | 
											
												
													
														|  | 
 |  | +                    	<div class="buttons has-addons">
 | 
											
												
													
														|  |                        {% if party.getSeatsOccuped < party.getMaxParticipants %}
 |  |                        {% if party.getSeatsOccuped < party.getMaxParticipants %}
 | 
											
												
													
														|  | -                        <a href="{{ path('app_participation', {id: party.slots.first.id}) }}" class="button is-primary open-modal">Inscrire</a>
 |  | 
 | 
											
												
													
														|  | 
 |  | +                        <a href="{{ path('app_participation', {id: party.slots.first.id}) }}" class="button is-primary open-modal" title="Inscrire"><span class="icon"><twig:ux:icon name="bi:person-fill-add"/></span></a>
 | 
											
												
													
														|  |                        {% else %}
 |  |                        {% else %}
 | 
											
												
													
														|  | -                        <button class="button is-primary" disabled>Inscrire</button>
 |  | 
 | 
											
												
													
														|  | 
 |  | +                        <button class="button is-primary" disabled><span class="icon"><twig:ux:icon name="bi:person-fill-add"/></span></button>
 | 
											
												
													
														|  |                        {% endif %}
 |  |                        {% endif %}
 | 
											
												
													
														|  | -                      <a href="{{ path('app_party_modify', {id: party.slots.first.id}) }}" class="button is-primary open-modal">Éditer</a>
 |  | 
 | 
											
												
													
														|  | 
 |  | +                      <a href="{{ path('app_party_modify', {id: party.slots.first.id}) }}" class="button is-primary open-modal" title="Éditer"><span class="icon"><twig:ux:icon name="bi:pencil-square"/></span></a>
 | 
											
												
													
														|  |                        {% if party.getSeatsOccuped > 0 %}
 |  |                        {% if party.getSeatsOccuped > 0 %}
 | 
											
												
													
														|  | -                        <a href="{{ path('app_checkin_party', {id: party.id}) }}" class="button open-modal">Checkins</a> 
 |  | 
 | 
											
												
													
														|  | 
 |  | +                        <a href="{{ path('app_checkin_party', {id: party.id}) }}" class="button open-modal" title="Checkins"><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 %}
 | 
											
												
													
														|  | 
 |  | +                      </div>
 | 
											
												
													
														|  |                      </td>
 |  |                      </td>
 | 
											
												
													
														|  |                  </tr>
 |  |                  </tr>
 | 
											
												
													
														|  |              {% endfor %}
 |  |              {% endfor %}
 |