verifizierung
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<section class="list-detail-page">
|
||||
<header class="detail-header">
|
||||
<button mat-icon-button type="button" aria-label="Zurueck" (click)="backToLists()">
|
||||
<button mat-icon-button type="button" aria-label="Zurück" (click)="backToLists()">
|
||||
<mat-icon aria-hidden="true">arrow_back</mat-icon>
|
||||
</button>
|
||||
<div>
|
||||
@@ -70,9 +70,9 @@
|
||||
<mat-card-title>Items</mat-card-title>
|
||||
<mat-card-subtitle>
|
||||
@if (canEditItems()) {
|
||||
{{ list()?.items?.length || 0 }} Eintraege
|
||||
{{ list()?.items?.length || 0 }} Einträge
|
||||
} @else {
|
||||
Nach dem Speichern verfuegbar
|
||||
Nach dem Speichern verfügbar
|
||||
}
|
||||
</mat-card-subtitle>
|
||||
</mat-card-header>
|
||||
@@ -95,14 +95,14 @@
|
||||
} @else {
|
||||
<mat-icon aria-hidden="true">add</mat-icon>
|
||||
}
|
||||
Hinzufuegen
|
||||
Hinzufügen
|
||||
</button>
|
||||
</form>
|
||||
|
||||
@if (!canEditItems()) {
|
||||
<div class="inline-empty">
|
||||
<mat-icon aria-hidden="true">save</mat-icon>
|
||||
<span>Speichere die Liste, bevor du Items hinzufuegst.</span>
|
||||
<span>Speichere die Liste, bevor du Items hinzufügst.</span>
|
||||
</div>
|
||||
} @else if (list()?.items?.length) {
|
||||
<ul class="check-items">
|
||||
|
||||
Reference in New Issue
Block a user