]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/channel/avatar.component.html
preserve original variable names server-side
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / channel / avatar.component.html
1 <div class="wrapper" [ngClass]="'avatar-' + size">
2 <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" [title]="channelLinkTitle">
3 <img [src]="video.videoChannelAvatarUrl" alt="Channel avatar" />
4 </a>
5 <a [routerLink]="[ '/accounts', video.byAccount ]" [title]="accountLinkTitle">
6 <img [src]="video.accountAvatarUrl" alt="Account avatar" />
7 </a>
8 </div>