fix link

parent 100f37ee
...@@ -24,7 +24,7 @@ $cases = CoContent::find()->where(['category_id' => 4]); ...@@ -24,7 +24,7 @@ $cases = CoContent::find()->where(['category_id' => 4]);
<span class="others_project__subtitle"><?=$model->title?></span> <span class="others_project__subtitle"><?=$model->title?></span>
<p class="others_project__txt"><?=$model->text?></p> <p class="others_project__txt"><?=$model->text?></p>
<a href="<?=Url::to(['/' . $model->url])?>" class="others_project__bt">Подробнее</a> <a href="<?=Url::to(['/' . $model->url])?>" class="others_project__bt">Подробнее</a>
<a href="<?=Url::to(['/cases'])?>" class="others_project__link">Все проекты (<?=$cases->count();?>)</a> <a href="<?=Url::to(['/case'])?>" class="others_project__link">Все проекты (<?=$cases->count();?>)</a>
</div> </div>
<?=Html::img([CoContent::PHOTO_FOLDER . $model->preview], ['height' => '476', 'width' => '489'])?> <?=Html::img([CoContent::PHOTO_FOLDER . $model->preview], ['height' => '476', 'width' => '489'])?>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment