Fix

parent 8a90a746
...@@ -17,10 +17,7 @@ use yii\helpers\Url; ...@@ -17,10 +17,7 @@ use yii\helpers\Url;
<span class="article_short_view"> <span class="article_short_view">
<?=$model->getViews()->count()?> <?=$model->getViews()->count()?>
<div class="blog_toltip_left">Количество просмотров</div> <div class="blog_toltip_left">Количество просмотров</div>
</span> </span>
<?=$this->render('_social', ['link' => Url::to(['/blog/'.$model->url], true), 'title' => $model->lang->title])?>
</div> </div>
<div class="article_short_tags"> <div class="article_short_tags">
......
<?php <?php
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\Url;
/* @var $this yii\web\View */ /* @var $this yii\web\View */
/* @var $model common\modules\blog\models\Post */ /* @var $model common\modules\blog\models\Post */
......
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