Back to Kavita

Setting Item.Component

UI/Web/src/app/settings/_components/setting-item/setting-item.component.html

0.9.0270 B
Original Source
@if (labelId()) { {{title()}} } @else { {{title()}} } @if (titleExtraRef()) { }

@if (showEdit()) { {{isEditMode() ? t('common.close') : (editLabel() || t('common.edit'))}} } @if (titleActionsRef()) { }

@if (isEditMode()) { } @else { } @if (subtitle()) {

}