diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.html | 8 |
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"> |