Commit ed4a9b095d8fef074ae0114dfc7db60615a0c2dc
1 parent
873e3d80
14.09.16
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/views/event/_objects.php
| ... | ... | @@ -8,6 +8,7 @@ FlipclockAsset::register($this); |
| 8 | 8 | ?> |
| 9 | 9 | <div class="news_item"> |
| 10 | 10 | <div> |
| 11 | + <a href="<?=Url::to(['event/show','alias'=>$model->alias,'id'=>$model->primaryKey])?>" class="name"><?=$model->name?></a> | |
| 11 | 12 | <a href="<?=Url::to(['event/show','alias'=>$model->alias,'id'=>$model->primaryKey])?>"> |
| 12 | 13 | <?= \common\components\artboximage\ArtboxImageHelper::getImage($model->imageUrl, 'event_left', ['align' => 'left'])?> |
| 13 | 14 | </a> |
| ... | ... | @@ -52,7 +53,7 @@ FlipclockAsset::register($this); |
| 52 | 53 | <div class="both"></div> |
| 53 | 54 | </div> |
| 54 | 55 | |
| 55 | - <a href="<?=Url::to(['event/show','alias'=>$model->alias,'id'=>$model->primaryKey])?>" class="name"><?=$model->name?></a> | |
| 56 | + | |
| 56 | 57 | |
| 57 | 58 | |
| 58 | 59 | </div> |
| 59 | 60 | \ No newline at end of file | ... | ... |