From 21aae226cf6f5d16cf128ec4772b9c13a95238f6 Mon Sep 17 00:00:00 2001 From: captainbeer Date: Thu, 30 Aug 2018 17:10:23 +0300 Subject: [PATCH] -Breadcrumbs and img link --- backend/views/request/update.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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