mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
fix: devWeb - display color before value per color for more consistency
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
<p><strong>Créé le:</strong> ${game.createdAt.toLocaleString()}</p>
|
<p><strong>Créé le:</strong> ${game.createdAt.toLocaleString()}</p>
|
||||||
<p><strong>Difficulté:</strong> ${game.difficulty}</p>
|
<p><strong>Difficulté:</strong> ${game.difficulty}</p>
|
||||||
<p><strong>Nombre de tours:</strong> ${game.nbRounds}</p>
|
<p><strong>Nombre de tours:</strong> ${game.nbRounds}</p>
|
||||||
<p><strong>Valeurs par couleur:</strong> ${game.nbValuesPerColor}</p>
|
|
||||||
<p><strong>Nombre de couleurs:</strong> ${game.nbColors}</p>
|
<p><strong>Nombre de couleurs:</strong> ${game.nbColors}</p>
|
||||||
|
<p><strong>Valeurs par couleur:</strong> ${game.nbValuesPerColor}</p>
|
||||||
</component:card>
|
</component:card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -336,4 +336,4 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</layout:base>
|
</layout:base>
|
||||||
|
|||||||
Reference in New Issue
Block a user