summaryrefslogtreecommitdiff
path: root/resources/views/components/badge.phtml
blob: 391ab5fc9ba33626e26b9245070654dc4a83973b (plain)
1
2
3
4
5
<?php use Fisharebest\Webtrees\I18N; ?>

<span class="badge badge-<?= $context ?? 'primary' ?>">
    <?= I18N::number($count) ?>
</span>