fix company
This commit is contained in:
@ -5,10 +5,10 @@ use yii\helpers\Html;
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $model backend\modules\company\models\Company */
|
||||
|
||||
$this->title = 'Update Company: ' . $model->name;
|
||||
$this->params['breadcrumbs'][] = ['label' => 'Companies', 'url' => ['index']];
|
||||
$this->title = 'Редактировать компанию: ' . $model->name;
|
||||
$this->params['breadcrumbs'][] = ['label' => 'Компании', 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]];
|
||||
$this->params['breadcrumbs'][] = 'Update';
|
||||
$this->params['breadcrumbs'][] = 'Редактировать';
|
||||
?>
|
||||
<div class="company-update">
|
||||
|
||||
|
Reference in New Issue
Block a user