Преглед на файлове

inversion nom MJ / nom du jeu

garthh преди 1 ден
родител
ревизия
8a6786c7b9
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      templates/components/Planning.html.twig

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

@@ -69,8 +69,9 @@
                                                         </div>
                                                     </div>
                                                         <div class="media-content">
+                                                            <small class="hax-text-grey-light">@{{ thisSlot.party.gamemaster.preferedName }}</small><br/>
                                                             {% if pathFullSlot %}<a href="{{ path(pathFullSlot, {id: thisSlot.id}) }}" class="open-modal">{% endif %}<span class="title is-6">{{ thisSlot.party.game.name }}</span>{% if pathFullSlot %}</a>{% endif %}<br/>
-                                                            <small class="hax-text-grey-light">@{{ thisSlot.party.gamemaster.preferedName }}{% if thisSlot.party.gamemasterIsAuthor %}<br/><span class="tag is-info">animée par l'auteur</span>{% endif %}</small>
+                                                            {% if thisSlot.party.gamemasterIsAuthor %}<br/><span class="tag is-info">animée par l'auteur</span>{% endif %}
                                                         </div>
 
                                                 </div>