diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-04 11:17:08 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-04 11:17:08 +0100 |
commit | be44767854709dbf7da4ba37fe4f16ac4e297f08 (patch) | |
tree | 93cc7c992a205f3ea76126b5f3035f3a9440e9a4 /client/src/app/account/account-videos/account-videos.component.html | |
parent | d2cc03aaad62fa6cf1c64622229bcc83f24fccb6 (diff) | |
download | PeerTube-be44767854709dbf7da4ba37fe4f16ac4e297f08.tar.gz PeerTube-be44767854709dbf7da4ba37fe4f16ac4e297f08.tar.zst PeerTube-be44767854709dbf7da4ba37fe4f16ac4e297f08.zip |
Fix lint
Diffstat (limited to 'client/src/app/account/account-videos/account-videos.component.html')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/account/account-videos/account-videos.component.html b/client/src/app/account/account-videos/account-videos.component.html index 94b976869..eb0a32fd3 100644 --- a/client/src/app/account/account-videos/account-videos.component.html +++ b/client/src/app/account/account-videos/account-videos.component.html | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | <div class="video-info"> | 9 | <div class="video-info"> |
10 | <div class="video-info-name">{{ video.name }}</div> | 10 | <div class="video-info-name">{{ video.name }}</div> |
11 | <span class="video-info-date-views">{{ video.createdAt | fromNow }} - {{ video.views | numberFormatter }} views</span> | 11 | <span class="video-info-date-views">{{ video.createdAt | myFromNow }} - {{ video.views | myNumberFormatter }} views</span> |
12 | </div> | 12 | </div> |
13 | 13 | ||
14 | <a class="edit-button" [routerLink]="[ '/videos', video.id, '/edit' ]"> | 14 | <a class="edit-button" [routerLink]="[ '/videos', video.id, '/edit' ]"> |