diff options
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.html')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html index 87e1b294b..1312a1b3c 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html | |||
@@ -1,4 +1,8 @@ | |||
1 | <div class="root" *ngIf="videoChannel"> | 1 | <div class="root" *ngIf="videoChannel"> |
2 | <div class="banner" *ngIf="videoChannel.bannerUrl"> | ||
3 | <img [src]="videoChannel.bannerUrl" alt="Channel banner"> | ||
4 | </div> | ||
5 | |||
2 | <div class="channel-info"> | 6 | <div class="channel-info"> |
3 | 7 | ||
4 | <ng-template #buttonsTemplate> | 8 | <ng-template #buttonsTemplate> |