title = $model->name; $this->params['breadcrumbs'][] = ['label' => 'Attributes', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>
= Html::a('返回列表', ['index'], ['class' => 'btn btn-success']) ?>
= DetailView::widget([ 'model' => $model, 'attributes' => [ 'id', 'name', 'value:ntext', 'type', 'sort_order', 'is_delete', 'created_at', 'updated_at', ], ]) ?>