Commit 5a64e4e996596d8d6b740de5ba371a5297d404fa
1 parent
8b1b0efd
- blog
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/blog/index.php
| @@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
| 65 | [ | 65 | [ |
| 66 | 'dataProvider' => $dataProvider, | 66 | 'dataProvider' => $dataProvider, |
| 67 | 'itemView' => '_article', | 67 | 'itemView' => '_article', |
| 68 | - 'options' => [ | 68 | + 'itemOptions' => [ |
| 69 | 'class' => 'col-xs-12 col-sm-4 col-md-4 blog-list-col', | 69 | 'class' => 'col-xs-12 col-sm-4 col-md-4 blog-list-col', |
| 70 | ], | 70 | ], |
| 71 | 'layout' => '{items}{pager}', | 71 | 'layout' => '{items}{pager}', |