Commit 1b2d9b7f authored by Tobias Munk's avatar Tobias Munk

removed summary from list view

parent 144c1430
Pipeline #9588 passed with stages
......@@ -48,7 +48,8 @@ $dataProvider = new \yii\data\ArrayDataProvider(
$listView = \yii\widgets\ListView::widget(
[
'dataProvider' => $dataProvider,
'itemView' => function ($data) {
'layout' => "{items}\n{pager}",
'itemView' => function ($data) {
return '<div class="col-xs-6 col-sm-4 col-lg-3">'.insolita\wgadminlte\SmallBox::widget(
[
'head' => $data['head'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment