This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/templates/partials/success.html
Chris e343bb8f48
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
mehr bootstrap updates
2023-10-23 13:59:26 +02:00

6 lines
183 B
HTML

<div class="alert alert-success" role="alert">
<?php if($successTitle) : ?>
<h4 class="alert-heading"><?= $successTitle ?></h4>
<?php endif; ?>
<?= $successMessage ?>
</div>