aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-03 15:46:55 +0200
committerChocobozzz <me@florianbigard.com>2021-05-03 16:42:15 +0200
commit1de8740195bedd0d3d43acf69f443f27364e39ce (patch)
tree0e24388c5a4203887473b6e58590c4951582c545 /client/src/app
parent2e46eb97154da909b82d5efe1d336a3412594ff0 (diff)
downloadPeerTube-1de8740195bedd0d3d43acf69f443f27364e39ce.tar.gz
PeerTube-1de8740195bedd0d3d43acf69f443f27364e39ce.tar.zst
PeerTube-1de8740195bedd0d3d43acf69f443f27364e39ce.zip
Display a message on no channel
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channels.component.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
index 8d5eb04e2..e41cbe921 100644
--- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
+++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
@@ -13,6 +13,8 @@
13 </a> 13 </a>
14</div> 14</div>
15 15
16<div class="no-results" i18n *ngIf="totalItems === 0">No channel found.</div>
17
16<div class="video-channels"> 18<div class="video-channels">
17 <div *ngFor="let videoChannel of videoChannels; let i = index" class="video-channel"> 19 <div *ngFor="let videoChannel of videoChannels; let i = index" class="video-channel">
18 <my-actor-avatar [channel]="videoChannel" [internalHref]="[ '/video-channels', videoChannel.nameWithHost ]"></my-actor-avatar> 20 <my-actor-avatar [channel]="videoChannel" [internalHref]="[ '/video-channels', videoChannel.nameWithHost ]"></my-actor-avatar>