title = $type->plural .' > '. $title; $this->params['breadcrumbs'][] = $title; ?>

$type->id], ['class' => 'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'attribute' => 'sort', 'options' => ['style' => 'width: 100px;'], ], [ 'attribute' => 'name', 'value' => function (PostCategory $model) { return Html::a(Html::encode($model->name), ['view', 'id' => $model->id]); }, 'format' => 'raw', ], [ 'attribute' => 'slug', ], [ 'attribute' => 'title', ], [ 'class' => ActionColumn::class, 'options' => ['style' => 'width: 100px;'], 'contentOptions' => ['class' => 'text-center'], ], ], ]); ?>