fix company

This commit is contained in:
2018-11-05 12:45:21 +03:00
parent 369cf94f23
commit 51952e8c0d
4 changed files with 11 additions and 10 deletions

View File

@ -6,8 +6,8 @@ use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\company\models\Company */
$this->title = 'Create Company';
$this->params['breadcrumbs'][] = ['label' => 'Companies', 'url' => ['index']];
$this->title = 'Создать компанию';
$this->params['breadcrumbs'][] = ['label' => 'Компании', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="company-create">