summaryrefslogtreecommitdiff
path: root/resources/views/emails/pending-changes-html.php
blob: 327046552941f6ca0765738afa61728b2d163929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php use Fisharebest\Webtrees\I18N; ?>
<p>
    <?= e(I18N::translate('Hello %s…', $user->getRealName())) ?>
</p>

<p>
    <?= I18N::translate('There are pending changes for you to moderate.') ?>
</p>

<ul>
    <li>
        <a href="<?= e(route('show-pending', ['ged' => $tree->getName()], true)) ?>">
            <?= e($tree->getTitle()) ?>
        </a>
    </li>
</ul>