]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-watch/video-avatar-channel.component.html
Use HTML config when possible
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / video-avatar-channel.component.html
1 <div class="wrapper" [ngClass]="{ 'generic-channel': genericChannel }">
2 <my-actor-avatar
3 class="channel" [channel]="video.channel"
4 [internalHref]="[ '/c', video.byVideoChannel ]" [title]="channelLinkTitle"
5 ></my-actor-avatar>
6
7 <my-actor-avatar
8 class="account" [account]="video.account"
9 [internalHref]="[ '/a', video.byAccount ]" [title]="accountLinkTitle">
10 </my-actor-avatar>
11 </div>