title = 'Статьи'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Создать', ['create', 'type' =>$type], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', 'name', 'translit', 'title', [ 'format' => 'image', 'attribute'=>'image', ], // 'body:ntext', // 'meta_title', // 'description', // 'h1', // 'seo_text:ntext', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>