mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 12:26:35 +03:00
Display a message on no channel
This commit is contained in:
parent
2e46eb9715
commit
1de8740195
@ -13,6 +13,8 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="no-results" i18n *ngIf="totalItems === 0">No channel found.</div>
|
||||
|
||||
<div class="video-channels">
|
||||
<div *ngFor="let videoChannel of videoChannels; let i = index" class="video-channel">
|
||||
<my-actor-avatar [channel]="videoChannel" [internalHref]="[ '/video-channels', videoChannel.nameWithHost ]"></my-actor-avatar>
|
||||
|
Loading…
Reference in New Issue
Block a user