fix(grille-produits) n'affiche pas de prix pour la Carte Cadeau
This commit is contained in:
parent
c46cb62452
commit
4b1351d592
4 changed files with 6 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<a href="{{ produit.url }}">{{ produit.nom }}</a>
|
||||
</h3>
|
||||
<p class="produit__textuel__prix">
|
||||
{{ produit.prix }}€
|
||||
{{ produit.prix ? "#{produit.prix}€" : produit.prix }}
|
||||
</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue