mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Suppression de l’affichage de ‘+ d’infos’
This commit is contained in:
parent
78c501da98
commit
6e713ca1bc
1 changed files with 1 additions and 3 deletions
|
@ -36,9 +36,7 @@
|
||||||
{% if not product.rupture %}
|
{% if not product.rupture %}
|
||||||
<tr>
|
<tr>
|
||||||
<th class="product {% if product.rupture %}rupture{% endif %}"><div {% if product.description %}title="{{ product.description }}"{% endif %}>{{ product }} {% if product.rupture %}(RUPTURE !){% endif %}</div>
|
<th class="product {% if product.rupture %}rupture{% endif %}"><div {% if product.description %}title="{{ product.description }}"{% endif %}>{{ product }} {% if product.rupture %}(RUPTURE !){% endif %}</div>
|
||||||
{% if product.description and product.description | length > 30 %}
|
{% if product.description %}
|
||||||
<small title="{{ product.description }}">+ d'infos…</small>
|
|
||||||
{% else %}
|
|
||||||
<small title="{{ product.description }}">{{ product.description }}</small>
|
<small title="{{ product.description }}">{{ product.description }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</th>
|
</th>
|
||||||
|
|
Loading…
Reference in a new issue