diff --git a/frontend/views/company/_vacancy_list_view.php b/frontend/views/company/_vacancy_list_view.php
index 020147a..c646222 100644
--- a/frontend/views/company/_vacancy_list_view.php
+++ b/frontend/views/company/_vacancy_list_view.php
@@ -1,17 +1,39 @@
\ No newline at end of file
diff --git a/frontend/views/company/vacancy-view.php b/frontend/views/company/vacancy-view.php
index d931ad7..0108f2f 100755
--- a/frontend/views/company/vacancy-view.php
+++ b/frontend/views/company/vacancy-view.php
@@ -1,7 +1,7 @@
params[ 'company'] = $company;
-$this->title = 'My Yii Application';
+ $this->params[ 'company' ] = $company;
+ $this->title = 'My Yii Application';
?>
$company->id]);
+ echo Html::a('к списку вакансий', [
+ 'vacancy-list',
+ 'company_id' => $company->id,
+ ]);
?>