Selaa lähdekoodia

[Espace producteur] Accueil : problème colonnes tableau produits en responsive #1311

feature/souke
Guillaume Bourgeois 1 vuosi sitten
vanhempi
commit
6c3234bcca
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      producer/views/site/index.php

+ 1
- 0
producer/views/site/index.php Näytä tiedosto

@@ -153,6 +153,7 @@ $this->setPageTitle(Html::encode($producer->type . ' à ' . $producer->city));
$columnsProducts [] = [
'attribute' => 'photo',
'format' => 'raw',
'headerOptions' => ['class' => 'photo'],
'contentOptions' => ['class' => 'photo'],
'value' => function ($model) {
if (strlen($model->photo)) {

Loading…
Peruuta
Tallenna