Skip to content

Commit

Permalink
Merge pull request #22 from Gepardec/feature/674
Browse files Browse the repository at this point in the history
[Gepardec/mega#674] add icon when no bills available
  • Loading branch information
Ruhsi authored Apr 30, 2024
2 parents 2c0a547 + 7507d1c commit d7107f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<mat-icon class="downloadBtn" (click)="downloadPDF(bill)">get_app</mat-icon>
</ng-container>
<ng-container *ngIf="!bill.attachmentBase64String">
{{ 'monthly-report.bills.noBillAvailable' | translate }}
<app-state-indicator size="small"></app-state-indicator>
</ng-container>
</mat-cell>
</ng-container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.downloadBtn {
color: $gepardec-yellow;
color: $gepardec-black;
}

.downloadBtn:hover {
Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"projectName": "Projektname",
"billAsFile": "Beleg",
"downloadBill": "Herunterladen",
"noBillAvailable": "nicht vorhanden",
"noBillsForThisMonthAvailable": "Für diesen Monat sind keine Belege vorhanden."
},
"generalInfo": {
Expand Down

0 comments on commit d7107f6

Please sign in to comment.