diff --git a/backend/views/request/update.php b/backend/views/request/update.php index 631a241..5365c7d 100644 --- a/backend/views/request/update.php +++ b/backend/views/request/update.php @@ -8,8 +8,16 @@ use yii\web\View; use yii\widgets\ActiveForm; use yiister\gentelella\widgets\Panel; + + $this->title = 'Заявка № ' . $model->id; + + $this->params['breadcrumbs'][] = [ + 'label' => 'Все заявки', + 'url' => ['/request'] + ]; + + $this->params['breadcrumbs'][] = $this->title; - $this->title = ' asda sada'; ?> @@ -81,7 +89,7 @@ ) ?>
-- libgit2 0.21.4