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=6c7fc08e112bed0f8073532244e049c428b73917;hpb=632c5e3629c2432371bb6339ad883208bff64ac2;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 6c7fc08e1..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,10 +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' }} +
@@ -13,89 +27,87 @@
{{ video.name }}
-
- {{ video.createdAt | myFromNow }} - {{ video.views | myNumberFormatter }} views +
+ {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views
- {{ video.channel.displayName }} + + {{ video.channel.displayName }} + + Video channel avatar +
- By {{ video.by }} - Account avatar + + By {{ video.by }} + Account avatar + + +
- +
- +
- Support + Support
-
+
- Share + Share
-
-
+ *ngIf="video.likes !== 0 || video.dislikes !== 0" [ngbTooltip]="likesBarTooltipText">
@@ -105,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 }}
@@ -168,7 +174,7 @@
-
+
Other videos
@@ -180,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
@@ -197,4 +205,5 @@ +