diff options
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.html | 15 |
1 files changed, 3 insertions, 12 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 2c8305777..16d657a65 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -197,19 +197,10 @@ | |||
197 | </div> | 197 | </div> |
198 | </div> | 198 | </div> |
199 | 199 | ||
200 | <my-video-comments [video]="video" [user]="user"></my-video-comments> | 200 | <my-video-comments [video]="video" [user]="user"></my-video-comments> |
201 | </div> | ||
202 | |||
203 | <div class="ml-3 ml-sm-0 col-12 col-md-3 other-videos"> | ||
204 | <div i18n class="title-page title-page-single"> | ||
205 | Other videos | ||
206 | </div> | ||
207 | |||
208 | <div *ngFor="let video of otherVideosDisplayed"> | ||
209 | <my-video-miniature [video]="video" [user]="user"></my-video-miniature> | ||
210 | </div> | ||
211 | </div> | ||
212 | </div> | 201 | </div> |
202 | <my-recommended-videos class="ml-3 ml-sm-0 col-12 col-md-3" | ||
203 | [inputVideo]="video" [user]="user"></my-recommended-videos> | ||
213 | </div> | 204 | </div> |
214 | 205 | ||
215 | 206 | ||