xref: /webtrees/resources/views/edit/input-addon-help.phtml (revision 8fcd0d32e56ee262912bbdb593202cfd1cbc1615)
1<?php use Fisharebest\Webtrees\Functions\FunctionsPrint; ?>
2
3<div class="input-group-append">
4    <span class="input-group-text">
5        <?= FunctionsPrint::helpLink($fact) ?>
6    </span>
7</div>
8