Back to Peertube

{{ videoChannel.displayName }}

client/src/app/+video-channels/video-channels.component.html

8.1.5683 B
Original Source

@if (videoChannel) {

@if (videoChannel.bannerUrl) { }

@if (isManageable()) { Manage channel } @if (!isOwner()) { } @if (videoChannel.support) { Support }

OWNER ACCOUNT

{{ ownerAccount.displayName }}

@{{ videoChannel.ownerBy }}

View accountView owner account

VIDEO CHANNEL

{{ videoChannel.displayName }}

@{{ videoChannel.nameWithHost }}

{videoChannel.followersCount, plural, =0 {No subscribers} =1 {1 subscriber} other {{{ videoChannel.followersCount }} subscribers}} @if (channelVideosCount !== undefined) { {channelVideosCount, plural, =0 {No videos} =1 {1 video} other {{{ channelVideosCount }} videos}} }

@if (hasShowMoreDescription()) { Show more... }

}