title = 'Update Comment: ' . ' ' . $model->comment_id; $this->params['breadcrumbs'][] = ['label' => 'Comments', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->comment_id, 'url' => ['view', 'id' => $model->comment_id]]; $this->params['breadcrumbs'][] = 'Update'; ?>
= Html::encode($this->title) ?>
= $this->render('_form', [ 'model' => $model, ]) ?>