Back to Kavita

Profile Image.Component

UI/Web/src/app/profile/_components/profile-image/profile-image.component.html

0.9.0225 B
Original Source

@let image = currentImageUrl(); @if (image) { } @else {

}

@if (canDeleteImage()) { {{t('reset-image-alt')}} } @if (showEditButton() && canUploadImage()) { @if (uploadInProgress()) { } @else { } {{t('edit-image-alt')}} }