Back to Peertube

Actor Avatar Edit.Component

client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html

8.1.5300 B
Original Source

@if (actor) {

@if (editable()) { @if (hasAvatar()) {

Upload a new avatar Remove avatar

} @else { Upload a new avatar } }

@if (displayName()) { {{ displayName() }} } @if (displayUsername() && username()) { {{ username() }} } @if (subscribers()) { {{ subscribers() }} subscribers }

}