Pārlūkot izejas kodu

correctif modale

garthh 1 mēnesi atpakaļ
vecāks
revīzija
1e796cf64d
1 mainītis faili ar 13 papildinājumiem un 14 dzēšanām
  1. 13 14
      templates/participation/_modal.add.html.twig

+ 13 - 14
templates/participation/_modal.add.html.twig

@@ -43,22 +43,21 @@
  
  <div id="tabs-content">
     <div class="container" id="tab-1">
-      <p>{{ party.getGame.getDescription }}</p>
-      
-		<div class="cell message">
-  			<div class="message-header">
-  				<p>À propos du jeu</p>
-  			</div>
-  			<div class="message-body">
-  			{% if party.gamemasterIsAuthor %}<p>Partie animée par son auteur(rice)</p>{% endif %}
-  				<p><strong>Âge recommandé : </strong>{{ party.getGame.getAgeRecommendationLabel }}</p>
-  				
-  				<p><strong>Genres : </strong>{{ party.getGame.getGenre|map(g => g.name)|join(', ') }}
-  				
-
+    	<div class="block">
+    		<p>{{ party.getGame.getDescription }}</p>
+      	</div>
+		<div class="block">
+			<div class="cell message">
+				<div class="message-header">
+					<p>À propos du jeu</p>
+				</div>
+				<div class="message-body">
+                    {% if party.gamemasterIsAuthor %}<p>Partie animée par son auteur(rice)</p>{% endif %}
+					<p><strong>Âge recommandé : </strong>{{ party.getGame.getAgeRecommendationLabel }}</p>
+					<p><strong>Genres : </strong>{{ party.getGame.getGenre|map(g => g.genre)|join(', ') }}
+	  			</div>
   			</div>
   		</div>
-      
     </div>
 
     <div class="container is-hidden" id="tab-2">