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