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']); ?>
|
<?= escape($result['rating']); ?>
|
||||||
</td>
|
</td>
|
||||||
<td><a href="/dogs/overview/<?= $result['dog'] ?>">
|
<td><a href="/dogs/overview/<?= $result['dog'] ?>">
|
||||||
<?= escape( (new Dog())->getField('name',$result['dog']) ); ?>
|
<?= escape( escape($dogdata['name']) ); ?>
|
||||||
</a></td>
|
</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
@ -135,7 +135,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="12">
|
<td colspan="12">
|
||||||
<div class="alert alert-info" role="alert">
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
Reference in New Issue
Block a user