last fix

parent a246a20b
...@@ -29,9 +29,9 @@ $more = CoContent::find() ...@@ -29,9 +29,9 @@ $more = CoContent::find()
<div class="col-md-6 col-xs-6 col-sm-12"> <div class="col-md-6 col-xs-6 col-sm-12">
<div class="short_keys_block"> <div class="short_keys_block">
<img src="<?=$more->preview?>" height="338" width="455"> <img src="<?=$more->preview?>" height="338" width="455">
<a href="<?=Url::to([$more->url]);?>" style="color:<?if($model->custom==CoContent::CUSTOM_WHITE){?>#fff<?}else{?>#2d3642<?}?>;" class="short_keys_title_link"><?=$more->lang->title?></a> <a href="<?=Url::to(['/'.$more->url]);?>" style="color:<?if($model->custom==CoContent::CUSTOM_WHITE){?>#fff<?}else{?>#2d3642<?}?>;" class="short_keys_title_link"><?=$more->lang->title?></a>
<div class="short_keys_foot"> <div class="short_keys_foot">
<a href="<?=Url::to([$more->url]);?>" class="short_keys_btn_more"><span>Подробнее</span></a> <a href="<?=Url::to(['/'.$more->url]);?>" class="short_keys_btn_more"><span>Подробнее</span></a>
<!-- <a href="#" class="short_keys_tags"># Big data</a> --> <!-- <a href="#" class="short_keys_tags"># Big data</a> -->
</div> </div>
</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