Add a message if the user don't have any subscriptions

pull/1103/head
Chocobozzz 2018-09-20 16:02:59 +02:00
parent 2860e62e23
commit a893681058
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 0 deletions

View 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 ]">

View File

@ -36,6 +36,8 @@
.actor-owner {
@include actor-owner;
margin-top: 0;
}
}