]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+video-channels/video-channels.component.html
modify tests to support current behaviour regarding plaintext description
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channels.component.html
index 87e1b294bf3342df6502057f241b130da26791e7..1312a1b3ce94b9ae5c2a1609e3e6ddc4ac4f07f9 100644 (file)
@@ -1,4 +1,8 @@
 <div class="root" *ngIf="videoChannel">
+  <div class="banner" *ngIf="videoChannel.bannerUrl">
+    <img [src]="videoChannel.bannerUrl" alt="Channel banner">
+  </div>
+
   <div class="channel-info">
 
     <ng-template #buttonsTemplate>