oh popper is schon im bundle
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
Chris 2023-10-27 11:55:49 +02:00
parent dc6adf606a
commit c720b34c6f
3 changed files with 1 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@
<div class="card p-2"> <div class="card p-2">
<?php foreach($admins as $admin) : ?> <?php foreach($admins as $admin) : ?>
<img src="https://pictshare.net/identicon/<?= $admin['email']?>" height="50" width="50" class="rounded-circle" alt="<?= escape($admin['name']); ?>" data-bs-toggle="tooltip" data-bs-placement="top" title="<?= escape($admin['name']); ?>"> <img src="https://pictshare.net/identicon/<?= $admin['email']?>" height="50" width="50" class="rounded-circle" alt="<?= escape($admin['name']); ?>" data-bs-toggle="tooltip" data-bs-placement="top" title="<?= escape($admin['firstname'].' '.$admin['lastname']); ?>">
<?php endforeach; ?> <?php endforeach; ?>
</div> </div>
</div> </div>

View File

@ -36,7 +36,6 @@
<script src="/js/htmx.min.js"></script> <script src="/js/htmx.min.js"></script>
<script src="/js/bootstrap.bundle.min.js"></script> <script src="/js/bootstrap.bundle.min.js"></script>
<script src="/js/color-modes.js"></script> <script src="/js/color-modes.js"></script>
<script src="/js/popper.min.js"></script>
</body> </body>
</html> </html>