summaryrefslogtreecommitdiff
path: root/resources/views/fact-associates.phtml
blob: cb292bde49a1fd2d662f0b38f3ce563dffb61e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

declare(strict_types=1);

use Fisharebest\Webtrees\Fact;

/**
 * @var Fact $fact
 */

?>

<div class="wt-fact-associates mt-2">
    <?= view('fact-association-structure', ['fact' => $fact]) ?>
</div>