Merge branch 'master' into develop
[oweals/peertube.git] / client / src / app / shared / channel / avatar.component.html
1 <div class="wrapper">
2   <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page">
3     <img [src]="video.videoChannelAvatarUrl" alt="Channel avatar" />
4   </a>
5   <a [routerLink]="[ '/accounts', video.byAccount ]" i18n-title title="Go to the account page">
6     <img [src]="video.accountAvatarUrl" alt="Account avatar" />
7   </a>
8 </div>