Commit ed1b13d51c9a807a58905be2085a853ad5184345

Authored by Alex Savenko
1 parent 02dfca44

message links fix

Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
frontend/views/layouts/company.php
... ... @@ -17,15 +17,6 @@
17 17 <div class="section-box-14" style="background-image: url(<?= $this->params[ 'company' ]->userInfo->poster; ?>); background-repeat: no-repeat; background-position: 50%;">
18 18 <div class="box-wr">
19 19 <div class="box-all">
20   - <div>
21   - <?php
22   -// echo Html::a('Написать сообщение', Url::toRoute([
23   -// 'chat/message',
24   -// 'user_id' => $this->params[ 'company' ]->id,
25   -// ]));
26   - ?>
27   - </div>
28   -
29 20 <?php
30 21 if($this->params[ 'company' ]->id != \Yii::$app->user->getId()) {
31 22 // Форма "оставить заявку"
... ...