eintragen möglich
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
parent
e550c42488
commit
3614ba829c
@ -68,7 +68,7 @@
|
|||||||
<td><?= escape($result['penalties']); ?></td>
|
<td><?= escape($result['penalties']); ?></td>
|
||||||
<td><?= escape($result['speed']); ?></td>
|
<td><?= escape($result['speed']); ?></td>
|
||||||
<td><?= escape($result['rating']); ?></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>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Reference in New Issue
Block a user