Commit 213decb395cb97df6d7c371629fea2b9c8e1e463
1 parent
4b687d1e
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(['performer/common', 'performer_id' =>$model->team_id ]))?> | |
10 | + <?= Html::a(($model->photo ? Html::img($model->photo) : '') . '<div class="hover-command-bg"></div>', Url::toRoute(['performer/common']))?> | |
11 | 11 | </div> |
12 | 12 | <div class="command-block-name"><?= $model->user ?></div> |
13 | 13 | <div class="command-block-job"><?= $model->department->name ?></div> | ... | ... |