X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccount-video-channels%2Faccount-video-channels.component.html;h=922608127ac871218a0e71c0ff0cb18c87b0a93a;hb=8f608a4cb22ab232cfab20665050764b38bac9c7;hp=cb23bb522ae0f97fc6b3996e60d10f54bf46a881;hpb=dc8902634864841be7ca483b8e1c0f5afa609c32;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html index cb23bb522..922608127 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html @@ -1,29 +1,51 @@ +

Video channels

+
This account does not have channels.
-
-
-
- - Avatar +
+
-
{{ videoChannel.displayName }}
-
{{ videoChannel.followersCount }} subscribers
-
+
+ - -
+

+ + {{ videoChannel.displayName }} + +

-
-
This channel does not have videos.
+
+
{videoChannel.followersCount, plural, =1 {1 subscriber} other {{{ videoChannel.followersCount }} subscribers}}
- + + {getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}} + +
+ +
- - Show this channel - + + + Show this channel + +
+
This channel doesn't have any videos.
+ + + + +