Blame view

frontend/views/site/_comment.php 477 Bytes
fab1487f   Anastasia   - comments
1
2
3
4
5
  <?php
      /**
       * @var \common\models\Comment $model;
       */
      ?>
28e5312e   alex   Настройка аналити...
6
7
8
9
10
11
12
  
  
  <div itemprop="review" class="service-comments style" itemscope="itemscope" itemtype="http://schema.org/Review">
      <div itemprop="author" class="style comments-h-autor"><?=$model->name;?></div>
      <div itemprop="description" class="style comments-h-text"><?=$model->comment;?></div>
      <div itemprop="datePublished" class="style comments-h-date" ><?=date('d.m.Y', $model->created_at);?></div>
  </div>