Commit 84a22de596da3d45c00e8692046d1b940d61382a
1 parent
150cd50e
Убрал юлок справа в новостях blog/view
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/event/_event.php
@@ -59,8 +59,8 @@ | @@ -59,8 +59,8 @@ | ||
59 | } | 59 | } |
60 | } ?> | 60 | } ?> |
61 | <p class="date-comments"> | 61 | <p class="date-comments"> |
62 | - | ||
63 | - <i class="fa fa-calendar-o"></i> <?= \Yii::$app->formatter->asDate($model->created_at, 'short'); ?> | 62 | + |
63 | + <!-- <i class="fa fa-calendar-o"></i> --><?php //#echo\Yii::$app->formatter->asDate($model->created_at, 'short'); ?> | ||
64 | <!-- <a href="blog-post.html"><i class="fa fa-comment-o"></i> 8 комментариев</a>--> | 64 | <!-- <a href="blog-post.html"><i class="fa fa-comment-o"></i> 8 комментариев</a>--> |
65 | </p> | 65 | </p> |
66 | </div> | 66 | </div> |