Explorar el Código

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

feature/souke
Guillaume Bourgeois hace 1 año
padre
commit
6c3234bcca
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      producer/views/site/index.php

+ 1
- 0
producer/views/site/index.php Ver fichero

@@ -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)) {

Cargando…
Cancelar
Guardar