aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-13 14:26:00 +0200
committerChocobozzz <me@florianbigard.com>2019-05-13 14:26:00 +0200
commitb59f12b0955d34b447a2bbcd3fbb0eb40b241631 (patch)
tree3a8190961d1c532650a2cc5f39e83878aef03abd /client/src/app/videos/+video-watch/video-watch.component.html
parent187a00f0852e82580574aa0a37eae2fcb969db23 (diff)
downloadPeerTube-b59f12b0955d34b447a2bbcd3fbb0eb40b241631.tar.gz
PeerTube-b59f12b0955d34b447a2bbcd3fbb0eb40b241631.tar.zst
PeerTube-b59f12b0955d34b447a2bbcd3fbb0eb40b241631.zip
Fix client build
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.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>