diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-10 15:09:16 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-10 15:09:16 +0200 |
commit | cc1903ad2a16adf14eaa4f5429e35c455cf93bea (patch) | |
tree | 06e4aaf6da7124659ea7545e0cd111a411f4397b | |
parent | 017c3dcadf71aef4c1a854e4867b77931747f06e (diff) | |
download | PeerTube-cc1903ad2a16adf14eaa4f5429e35c455cf93bea.tar.gz PeerTube-cc1903ad2a16adf14eaa4f5429e35c455cf93bea.tar.zst PeerTube-cc1903ad2a16adf14eaa4f5429e35c455cf93bea.zip |
Fix angular build
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index 41ba20d00..277a0cf35 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html | |||
@@ -9,8 +9,8 @@ | |||
9 | > | 9 | > |
10 | {{ video.name }} | 10 | {{ video.name }} |
11 | 11 | ||
12 | <span *ngIf="isUnlistedVideo(video)" class="badge badge-warning" i18n>Unlisted</span> | 12 | <span *ngIf="isUnlistedVideo()" class="badge badge-warning" i18n>Unlisted</span> |
13 | <span *ngIf="isPrivateVideo(video)" class="badge badge-danger" i18n>Private</span> | 13 | <span *ngIf="isPrivateVideo()" class="badge badge-danger" i18n>Private</span> |
14 | </a> | 14 | </a> |
15 | 15 | ||
16 | <span i18n class="video-miniature-created-at-views">{{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views</span> | 16 | <span i18n class="video-miniature-created-at-views">{{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views</span> |