ADD подсказка с временем создания точки

This commit is contained in:
Krivchikov Dmitry 2014-12-28 23:46:53 +03:00
parent b9de16b5fc
commit f4472d1762
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
[ <span class="glyphicon glyphicon-star"></span> <?= $countInFavs ?> - в закладках ]
[ <span class="glyphicon glyphicon-thumbs-up"></span> <?= $countLikes ?> - нравится ]
<?php endif; ?>
[ <span class="glyphicon glyphicon-user"></span> <?= $point->authorUser->nick ?> - <span class="glyphicon glyphicon-pencil"></span> <?= $point->authorUser->getPointsCount() ?> ]
[ <span class="glyphicon glyphicon-user"></span> <?= $point->authorUser->nick ?> - <span class="glyphicon glyphicon-pencil" title="<?= date('d-m-Y H:i',$point->date) ?>"></span> <?= $point->authorUser->getPointsCount() ?> ]
[ <span class="glyphicon glyphicon-new-window"></span> <a href="<?= $point->source ?>" target="_blank">источник</a> ]
<!-- [ <span class="glyphicon glyphicon-star"></span>