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