title = \Yii::t( 'core', 'Update {item}', [ 'item' => \Yii::t('core', 'Alias'), ] ) . ': ' . $model->value; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('core', 'Aliases'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $model->value, 'url' => [ 'view', 'id' => $model->id, ], ]; $this->params[ 'breadcrumbs' ][] = \Yii::t('core', 'Update'); ?>
$this->title, ] ) ?> render( '_form_update', [ 'model' => $model, ] ) ?>