ソースを参照

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

feature/souke
Guillaume Bourgeois 1年前
コミット
6c3234bcca
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      producer/views/site/index.php

+ 1
- 0
producer/views/site/index.php ファイルの表示

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

読み込み中…
キャンセル
保存