aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html5
1 files changed, 1 insertions, 4 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 7da74b57e..2e39b9c6b 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -28,10 +28,6 @@
28 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}. 28 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
29 </div> 29 </div>
30 30
31 <div i18n class="col-md-12 alert alert-info" *ngIf="noPlaylistVideos">
32 This playlist does not have videos.
33 </div>
34
35 <div class="col-md-12 alert alert-danger" *ngIf="video?.blacklisted"> 31 <div class="col-md-12 alert alert-danger" *ngIf="video?.blacklisted">
36 <div class="blacklisted-label" i18n>This video is blacklisted.</div> 32 <div class="blacklisted-label" i18n>This video is blacklisted.</div>
37 {{ video.blacklistedReason }} 33 {{ video.blacklistedReason }}
@@ -219,6 +215,7 @@
219 OK 215 OK
220 </div> 216 </div>
221 </div> 217 </div>
218</div>
222 219
223<ng-template [ngIf]="video !== null"> 220<ng-template [ngIf]="video !== null">
224 <my-video-support #videoSupportModal [video]="video"></my-video-support> 221 <my-video-support #videoSupportModal [video]="video"></my-video-support>