Commit 68ef769b56ef837d5e18a9ea1d367eb07fd42295
1 parent
26656179
01.03.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/company/_company_list_view.php
... | ... | @@ -7,7 +7,7 @@ use yii\helpers\Url; |
7 | 7 | <div class="command-block-wrapper"> |
8 | 8 | <div class="command-block-wr-two"> |
9 | 9 | <div class="command-block-foto"> |
10 | - <?= Html::a(($model->photo ? Html::img($model->photo) : '') . '<div class="hover-command-bg"></div>', Url::toRoute('#'))?> | |
10 | + <?= Html::a(($model->photo ? Html::img($model->photo) : '') . '<div class="hover-command-bg"></div>', Url::toRoute(['performer/common', 'performer_id' =>$model->id ]))?> | |
11 | 11 | </div> |
12 | 12 | <div class="command-block-name"><?= $model->user ?></div> |
13 | 13 | <div class="command-block-job"><?= $model->department->name ?></div> | ... | ... |