mirror of https://github.com/Chocobozzz/PeerTube
Add a message if the user don't have any subscriptions
parent
2860e62e23
commit
a893681058
|
@ -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 ]">
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
|
||||
.actor-owner {
|
||||
@include actor-owner;
|
||||
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue