fixed path
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
Chris 2023-10-29 17:39:33 +01:00
parent 4516486b8e
commit 1931547d3c

View File

@ -47,7 +47,7 @@
<li class="list-group-item"> <li class="list-group-item">
<h6>Dogs</h6> <h6>Dogs</h6>
<?php foreach($user['dogs'] as $dog): ?> <?php foreach($user['dogs'] as $dog): ?>
<a href="/dogs/<?= $dog ?>" class="btn btn-secondary"><?= escape((new Dog())->getField('name',$dog)); ?></a> <a href="/dogs/overview/<?= $dog ?>" class="btn btn-secondary"><?= escape((new Dog())->getField('name',$dog)); ?></a>
<?php endforeach; ?> <?php endforeach; ?>
</li> </li>
</ul> </ul>