Fix: taille de l'image pour les ventes
This commit is contained in:
parent
8061534107
commit
bff55ac75e
@ -1,7 +1,7 @@
|
|||||||
<div class="post-item" data-transfer="{{transfer}}">
|
<div class="post-item" data-transfer="{{transfer}}">
|
||||||
<h3>{{#if alias}}{{alias}} propose: {{else}}Acheter {{/if}}{{item.name}}</h3>
|
<h3>{{#if alias}}{{alias}} propose: {{else}}Acheter {{/if}}{{item.name}}</h3>
|
||||||
{{#if item.img}}
|
{{#if item.img}}
|
||||||
<img src="{{item.img}}" title="{{item.name}}" />
|
<img class="chat-icon" src="{{item.img}}" title="{{item.name}}" alt="{{item.name}}" />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="poesie-extrait poesie-overflow card-content">{{{item.data.description}}}</div>
|
<div class="poesie-extrait poesie-overflow card-content">{{{item.data.description}}}</div>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user