КАЙТ-ТРИПЫ
= Html::a($one_trip->title,['articles/view', 'type'=> 'trips', 'translit' =>$one_trip->translit ])?>
= $one_trip->shortenString($one_trip->body, 400)?>
Акции
Школы
= Html::a($one_schools->name,['schools/view', 'translit' =>$one_schools->translit ])?>
= $one_schools->shortenString($one_schools->description, 400)?>
Споты
= Html::a($one_spot->name,['spots/view', 'translit' =>$one_spot->translit ])?>
= $one_spot->shortenString($one_spot->description, 400)?>
Прогнозы
= Html::a($one_spot->name,['spots/view', 'translit' =>$one_spot->translit ])?>
=$this->render('@app/views/spots/_forecast', [
'model'=>$one_spot
]);?>