title = $model->from_brand; $this->params['breadcrumbs'][] = ['label' => 'Brands Replaces', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Редактировать', ['update', 'from_brand' => $model->from_brand, 'to_brand' => $model->to_brand], ['class' => 'btn btn-primary']) ?> = Html::a('Удалить', ['delete', 'from_brand' => $model->from_brand, 'to_brand' => $model->to_brand], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>
= DetailView::widget([ 'model' => $model, 'attributes' => [ 'id', 'from_brand', 'to_brand', 'finish', 'timestamp', ], ]) ?>