title = Yii::t('mole', 'Update Task: {nameAttribute}', [ 'nameAttribute' => $model->name, ]); $this->params['breadcrumbs'][] = ['label' => Yii::t('mole', 'Task List'), 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = Yii::t('mole', 'Update'); ?>