Do not show tweets when no feeds

This commit is contained in:
Tobias Eidelpes 2021-05-03 17:02:19 +02:00
parent 653cc82b47
commit 5fccad9b3b

View File

@ -3,14 +3,14 @@
<div class="text-center" *ngIf="feeds.length === 0">
<span>Kein RSS-Feed vorhanden</span>
<br>
<span><a routerLink="/einstellungen/editieren">RSS-Feed erstellen</a></span>
<a routerLink="/einstellungen/editieren">RSS-Feed erstellen</a>
</div>
<div class="text-center">
<div class="text-center" *ngIf="feeds.length !== 0">
<span>Keine Tweets vorhanden</span>
<br>
<span>Schau später noch einmal vorbei!</span>
</div>
<div>
<div *ngIf="feeds.length !== 0">
<div>
<div class="container" *ngFor="let number of [1, 2, 3]">
<div class="row">