aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.html')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html
index b17392ff1..88d89f9e4 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -159,6 +159,10 @@
159 </div> 159 </div>
160 160
161 <div class="other-videos"> 161 <div class="other-videos">
162 <div class="title-page title-page-single">
163 Other videos
164 </div>
165
162 <div *ngFor="let video of otherVideos"> 166 <div *ngFor="let video of otherVideos">
163 <my-video-miniature [video]="video" [user]="user"></my-video-miniature> 167 <my-video-miniature [video]="video" [user]="user"></my-video-miniature>
164 </div> 168 </div>