Подсказка на переход на карту

This commit is contained in:
Krivchikov Dmitry 2015-12-07 23:07:37 +03:00
parent 9dc0860028
commit 82df60b4ee
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $index = 0;
<?= $point->lng > 0 ? 'E' : 'W' ?><?= Coord::dergeeToMinute($point->lng) ?>
</nobr>
&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/?point=<?= $point->id ?>">На карте</a>
<a href="/?point=<?= $point->id ?>" title="<?= $point->name ?> на карте">На карте</a>
<?php if ($user && $user->isAdmin): ?>
&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/?point=<?= $point->id ?>&edit=true">Редактировать</a>