= Html::a($model->name, Url::toRoute([
'company/blog-view',
'company_id' => $this->params[ 'company' ]->id,
'link' => $model->link,
'type' => (!empty($this->params['type']))?$this->params['type']:null,
]), [ 'class' => 'blog-new-link' ]); ?>
= \Yii::$app->formatter->asDate($model->dateCreate, 'php:d.m.Y') ?>
= count($model->comments) ?>
= Html::a(Html::img($model->cover), Url::toRoute([
'/company/blog-view',
'company_id' => $this->params[ 'company' ]->id,
'link' => $model->link,
'type' => (!empty($this->params['type']))?$this->params['type']:null,
])); ?>
= TextHelper::truncateHtmlText($model->description, 1300) ?>
= Html::a('Подробнее', Url::toRoute([
'company/blog-view',
'company_id' => $this->params[ 'company' ]->id,
'link' => $model->link,
'type' => (!empty($this->params['type']))?$this->params['type']:null,
]), [ 'class' => 'blog-post-see-all style' ]); ?>