X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.html;h=f82f1c5542c5abdc8e3e0d3739a30d41123844e0;hb=26b7305a232e547709f433a6edf700bf495935d8;hp=212bfdd8cc2afd1ae158dbd08e1fb25027d785dc;hpb=c663955b259d356806c7b79b535fd5cfaeaf2b5e;p=github%2FChocobozzz%2FPeerTube.git 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 212bfdd8c..f82f1c554 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -1,9 +1,24 @@
-
+
+
+ Sorry, but this video is not available because the remote instance is not responding. +
+ Please try again later. +
+
+ +
+ The video is being imported, it will be available when the import is finished. +
+ +
+ The video is being transcoded, it may not work properly.
-
Video not found :'(
+
+ This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }} +
@@ -12,94 +27,87 @@
{{ video.name }}
-
+
{{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views
- +
- +
- Support + Support
-
+
- Share + Share
-
-
+ *ngIf="video.likes !== 0 || video.dislikes !== 0" [ngbTooltip]="likesBarTooltipText">
@@ -109,62 +117,56 @@
- Show more + Show more
- Show less + Show less
- - Privacy - - - {{ video.privacy.label }} - + Privacy + {{ video.privacy.label }}
- - Category - - - {{ video.category.label }} - + Category + {{ video.category.label }} + {{ video.category.label }}
- - Licence - - - {{ video.licence.label }} - + Licence + {{ video.licence.label }} + {{ video.licence.label }}
- - Language - - - {{ video.language.label }} - + Language + {{ video.language.label }} + {{ video.language.label }}
-
- - Tags - - - - {{ getVideoTags() }} - +
+ Tags + {{ tag }}
@@ -172,7 +174,7 @@
-
+
Other videos
@@ -184,13 +186,15 @@
- Friendly Reminder: + Friendly Reminder:
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be accessed publicly. - More information + + The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. + + More information
-
+
OK
@@ -201,4 +205,5 @@ +