eintragen möglich
Build and push / Pulling repo on server (push) Successful in 3s Details

This commit is contained in:
Chris 2023-10-31 15:35:42 +01:00
parent e550c42488
commit 3614ba829c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<td><?= escape($result['penalties']); ?></td>
<td><?= escape($result['speed']); ?></td>
<td><?= escape($result['rating']); ?></td>
<td><?= escape( (new Dog())->getField('name',$result['dog']) ); ?></td>
<td><a href="/dogs/overview/<?= $result['dog'] ?>"><?= escape( (new Dog())->getField('name',$result['dog']) ); ?></a></td>
</tr>
<?php endforeach; ?>
</tbody>