]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add a message if the user don't have any subscriptions
authorChocobozzz <me@florianbigard.com>
Thu, 20 Sep 2018 14:02:59 +0000 (16:02 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 20 Sep 2018 14:24:59 +0000 (16:24 +0200)
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss

index 2d76990f72493e0150c911e00b5584cd0761983b..fc23053c8ec8fc1d94899474a05ae15061221aa0 100644 (file)
@@ -1,3 +1,5 @@
+<div class="no-results" i18n *ngIf="pagination.totalItems === 0">You don't have any subscriptions yet.</div>
+
 <div class="video-channels" myInfiniteScroller [autoInit]="true" (nearOfBottom)="onNearOfBottom()">
   <div *ngFor="let videoChannel of videoChannels" class="video-channel">
     <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]">