FIX
This commit is contained in:
parent
9a3c31ecfa
commit
b45a6736d0
|
|
@ -51,6 +51,8 @@ if (App::$user && App::$user->id) {
|
|||
<h3>Хочу посетить</h3>
|
||||
<div id="favorites">
|
||||
<?php if ($favorites): ?>
|
||||
<a href="/user/favorites/"><span class="glyphicon glyphicon-star" aria-hidden="true"></span> На отдельной странице</a>
|
||||
<hr/>
|
||||
<?php foreach ($favorites as $favorite) : ?>
|
||||
<a href="/point/<?= $favorite->pointId ?>" class="btn btn-link"><?= $favorite->point->name ?></a><br/>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue