2 Revīzijas a557c4b13e ... bbb94ea581

Autors SHA1 Ziņojums Datums
  garthh bbb94ea581 Merge branch 'master' of https://git.portes-imaginaire.org/portes-imaginaire_org/orgasso 3 nedēļas atpakaļ
  garthh da7b2815f7 corrections suite à demande CabBD 3 nedēļas atpakaļ

+ 3 - 2
templates/components/Planning.html.twig

@@ -77,8 +77,9 @@
 
                                                 </div>
                                                 <div class="card-content">
-                                                    <p>Places : {{ thisSlot.party.getSeatsLeft }} / {{ thisSlot.party.getMaxParticipants }}</p>
-                                                    {% if thisSlot.party.gamemasterIsAuthor %}<p><span class="tag is-warning">partie animée par l'auteur</span></p>{% endif %}
+                                                    <p><span class="tag is-dark m-1">Places : {{ thisSlot.party.getSeatsLeft }}/{{ thisSlot.party.getMaxParticipants }}</span></p>
+                                                    {% if thisSlot.party.gamemasterIsAuthor %}<p><span class="tag is-warning m-1">partie animée par l'auteur</span></p>{% endif %}
+                                                    <p>{% for genre in thisSlot.party.game.genre %}<span class="tag is-info m-1">{{ genre.genre }}</span>{% endfor %}</p>
                                                     
                                                 </div>
 

+ 3 - 1
templates/profile/participations.html.twig

@@ -28,6 +28,7 @@
                 <th>Événement</th>
                 <th>Participant</th>
                 <th>Partie</th>
+                <th>Meneur(euse)</th>
                 <th>Date et heure</th>
                 <th>Action</th>
             </tr>
@@ -38,7 +39,8 @@
                     <th>{{ participation.party.event.name }}</th>
                     <td>{{ participation.participantName }}</td>
                     <td>{{ participation.party.game.name }}</td>
-                    <td>{{ participation.party.startOn|date('d/m/y H:i', app_timezone) }}</td>
+                    <td>{{ participation.party.gamemaster.preferedName }}</td>
+                    <td>{{ participation.party.startOn|date('d/m/y \\à H:i', app_timezone) }}</td>
                     <td>
                     {% if participation.checkin %}
                       <button class="button-danger" disabled>Annuler</button>