diff options
Diffstat (limited to 'resources/views/modules/place-hierarchy/events.phtml')
| -rw-r--r-- | resources/views/modules/place-hierarchy/events.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/modules/place-hierarchy/events.phtml b/resources/views/modules/place-hierarchy/events.phtml index f75f18be8c..db30675b75 100644 --- a/resources/views/modules/place-hierarchy/events.phtml +++ b/resources/views/modules/place-hierarchy/events.phtml @@ -18,13 +18,13 @@ use Illuminate\Support\Collection; <ul class="nav nav-tabs" role="tablist"> <li class="nav-item" role="presentation"> - <a class="nav-link active<?= $indilist->isEmpty() ? ' text-muted' : '' ?>" data-bs-toggle="tab" role="tab" href="#individuals"> + <a class="nav-link active" data-bs-toggle="tab" role="tab" href="#individuals"> <?= I18N::translate('Individuals') ?> <?= view('components/badge', ['count' => count($indilist)]) ?> </a> </li> <li class="nav-item" role="presentation"> - <a class="nav-link<?= $famlist->isEmpty() ? ' text-muted' : '' ?>" data-bs-toggle="tab" role="tab" href="#families"> + <a class="nav-link" data-bs-toggle="tab" role="tab" href="#families"> <?= I18N::translate('Families') ?> <?= view('components/badge', ['count' => count($famlist)]) ?> </a> |
