title = 'Термин: '.$model->termin_title; $this->params['breadcrumbs'][] = ['label' => 'Термин', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Update', ['update', 'termin_id' => $model->termin_id, 'lang_id' => $model->lang_id], ['class' => 'btn btn-primary']) ?> = Html::a('Delete', ['delete', 'termin_id' => $model->termin_id, 'lang_id' => $model->lang_id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>
= DetailView::widget([ 'model' => $model, 'attributes' => [ 'termin_id', 'termin_title', 'lang_id', ], ]) ?>