✨ feat(products.twig): Supprime colonne "Install." et son affichage dans la liste des produits.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
<th class="px-6 py-5 text-[10px] font-black text-slate-500 uppercase tracking-[0.2em]">Catégorie</th>
|
||||
<th class="px-6 py-5 text-[10px] font-black text-slate-500 uppercase tracking-[0.2em]">Stripe</th>
|
||||
<th class="px-6 py-5 text-[10px] font-black text-slate-500 uppercase tracking-[0.2em] text-center">Tarif J1</th>
|
||||
<th class="px-6 py-5 text-[10px] font-black text-slate-500 uppercase tracking-[0.2em] text-center">Install.</th>
|
||||
<th class="px-6 py-5 text-[10px] font-black text-slate-500 uppercase tracking-[0.2em] text-right">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -84,13 +83,6 @@
|
||||
</span>
|
||||
</td>
|
||||
|
||||
{# INSTALLATION (MONTANT) #}
|
||||
<td class="px-6 py-4 text-center">
|
||||
<span class="text-[10px] font-bold {{ product.installation > 0 ? 'text-amber-500' : 'text-slate-600' }}">
|
||||
{{ product.installation > 0 ? product.installation|number_format(2, ',', ' ') ~ '€' : 'OFFERT' }}
|
||||
</span>
|
||||
</td>
|
||||
|
||||
{# ACTIONS #}
|
||||
<td class="px-6 py-4 text-right">
|
||||
<div class="flex items-center justify-end space-x-2">
|
||||
|
||||
Reference in New Issue
Block a user