summaryrefslogtreecommitdiff
path: root/resources/views/individual-page.phtml
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-06-15 17:48:33 +0100
committerGreg Roach <greg@subaqua.co.uk>2020-06-15 18:01:51 +0100
commitc15fb5e703c90eedc5ad3a72686873ba16443a17 (patch)
treefdf3710392cd658b03f537a4472a96fa7ce4f33d /resources/views/individual-page.phtml
parent2b44f6fbd2fb03540c31fbd23370a6d36a5f5c6d (diff)
downloadwebtrees-c15fb5e703c90eedc5ad3a72686873ba16443a17.tar.gz
webtrees-c15fb5e703c90eedc5ad3a72686873ba16443a17.tar.bz2
webtrees-c15fb5e703c90eedc5ad3a72686873ba16443a17.zip
Thinking about accordion indicators
Diffstat (limited to 'resources/views/individual-page.phtml')
-rw-r--r--resources/views/individual-page.phtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/views/individual-page.phtml b/resources/views/individual-page.phtml
index 57dbb1fe65..8eba804575 100644
--- a/resources/views/individual-page.phtml
+++ b/resources/views/individual-page.phtml
@@ -95,7 +95,7 @@ use Illuminate\Support\Collection;
<?php endif ?>
<!-- Name accordion -->
- <div class="col-sm accordion" id="individual-names" role="tablist">
+ <div class="col-sm accordion" id="individual-names">
<?php foreach ($name_records as $name_record) : ?>
<?= $name_record ?>
<?php endforeach ?>
@@ -133,6 +133,10 @@ use Illuminate\Support\Collection;
<div class="card-header" role="tab" id="sidebar-header-<?= $sidebar->name() ?>">
<div class="card-title mb-0">
<a data-toggle="collapse" href="#sidebar-content-<?= $sidebar->name() ?>" aria-expanded="<?= $sidebar->name() === 'family_nav' ? 'true' : 'false' ?>" aria-controls="sidebar-content-<?= $sidebar->name() ?>">
+ <!--
+ <?= view('icons/expand') ?>
+ <?= view('icons/collapse') ?>
+ -->
<?= $sidebar->sidebarTitle() ?>
</a>
</div>