aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor/profile_reset_avatar.php
blob: 5eb0a685c73ef5eb75055a1b56a1984fd092d20c (plain)
1
2
3
<button type="button" class="secondary inline" hx-post="/fragment/profile/resetAvatar" <?= ($reset ?? false) ? 'disabled' : '' ?> hx-target="this">
    <?= __(($reset ?? false) ? 'user.profile.avatarReset' : 'user.profile.resetAvatar') ?>
</button>