aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/reason_reshared.php
blob: 2c1e4c58c7f6da84cc4c58468aabe4dc530a5e29 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="timelineReason">
    <span class="icon material-symbols-outlined">repeat</span>
    <span>
        <?php
        $handle = $actor->getFullHandle();
        $name = htmlspecialchars($actor->displayName);
        printf(__('note.resharedBy'), "<a href=\"/@/$handle\">$name</a>");
        ?>
    </span>
</div>