diff --git a/frontend/views/company/_company_list_view.php b/frontend/views/company/_company_list_view.php index 2917ce0..49f9365 100644 --- a/frontend/views/company/_company_list_view.php +++ b/frontend/views/company/_company_list_view.php @@ -7,7 +7,7 @@ use yii\helpers\Url;
- photo ? Html::img($model->photo) : '') . '
', Url::toRoute('#'))?> + photo ? Html::img($model->photo) : '') . '
', Url::toRoute(['performer/common', 'performer_id' =>$model->id ]))?>
user ?>
department->name ?>
-- libgit2 0.21.4