Back to Kavita

Changelog Update Item.Component

UI/Web/src/app/announcements/_components/changelog-update-item/changelog-update-item.component.html

0.9.0425 B
Original Source

@let updateValue = update(); @if (updateValue) { @if (updateValue.blogPart) {

}

@if (showExtras()) {

{{t('published-label')}}{{updateValue.publishDate | date: 'short'}} @if (!updateValue.isDocker && (accountService.hasAdminRole())) { @if (updateValue.updateVersion === updateValue.currentVersion) { {{t('installed')}} } @else { {{t('download')}} } } } }