nettere anzeige wenn keine daten vorhanden sind
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
4794f46add
commit
e03d9ab449
@ -127,7 +127,7 @@
|
||||
<?= escape($result['rating']); ?>
|
||||
</td>
|
||||
<td><a href="/dogs/overview/<?= $result['dog'] ?>">
|
||||
<?= escape( (new Dog())->getField('name',$result['dog']) ); ?>
|
||||
<?= escape( escape($dogdata['name']) ); ?>
|
||||
</a></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
@ -135,7 +135,7 @@
|
||||
<tr>
|
||||
<td colspan="12">
|
||||
<div class="alert alert-info" role="alert">
|
||||
<i class="fas fa-info-circle"></i> Dieser Hund hat noch keine Ergebnisse
|
||||
<i class="fas fa-info-circle"></i> <?= escape($dogdata['name']); ?> hat noch keine Ergebnisse
|
||||
</div>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
|
Reference in New Issue
Block a user