aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-10 10:20:04 +0100
committerChocobozzz <me@florianbigard.com>2020-12-10 10:20:04 +0100
commitdc1f314efdae14f838c109ebbc1e8d69273d0319 (patch)
treeea1eff931e3416a8db25b2bf1187cb44020b4553 /client/src/app/+videos/+video-watch
parente43b5a3fa887e82e32ac43a9736cf2c784fb7717 (diff)
downloadPeerTube-dc1f314efdae14f838c109ebbc1e8d69273d0319.tar.gz
PeerTube-dc1f314efdae14f838c109ebbc1e8d69273d0319.tar.zst
PeerTube-dc1f314efdae14f838c109ebbc1e8d69273d0319.zip
Fix socket io with angular
Diffstat (limited to 'client/src/app/+videos/+video-watch')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.html8
1 files changed, 2 insertions, 6 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 9cabe3bbc..669fede43 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.html
+++ b/client/src/app/+videos/+video-watch/video-watch.component.html
@@ -66,12 +66,8 @@
66 <div class="video-info-first-row-bottom"> 66 <div class="video-info-first-row-bottom">
67 <div class="d-none d-md-block video-info-date-views"> 67 <div class="d-none d-md-block video-info-date-views">
68 <ng-container i18n>Published <my-date-toggle [date]="video.publishedAt"></my-date-toggle></ng-container> 68 <ng-container i18n>Published <my-date-toggle [date]="video.publishedAt"></my-date-toggle></ng-container>
69 69
70 <span i18n [title]="video.getExactNumberOfViews()" class="views"> 70 <my-video-views-counter [video]="video"></my-video-views-counter>
71 • {{ video.views | myNumberFormatter }}
72 <ng-container *ngIf="!video.isLive">views</ng-container>
73 <ng-container *ngIf="video.isLive">viewers</ng-container>
74 </span>
75 </div> 71 </div>
76 72
77 <div class="video-actions-rates"> 73 <div class="video-actions-rates">