소스 검색

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>