X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fshared%2Fmetadata%2Fvideo-attributes.component.html;h=362a2190514c2fe34c688693d98565d695f1471b;hb=171efc48e67498406feb6d7873b3482b41505515;hp=598bc485d2cf4b82b409f30d51094d1e9779d466;hpb=c894a1ea72fd1f16c9f1fc0dae14213b2937152d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html index 598bc485d..362a21905 100644 --- a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html +++ b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html @@ -1,54 +1,62 @@ -
- Privacy - {{ video.privacy.label }} +
+ Privacy + {{ video.privacy.label }}
-
- Origin - {{ video.originInstanceHost }} + -
- Originally published - {{ video.originallyPublishedAt | date: 'dd MMMM yyyy' }} +
+ Originally published + {{ video.originallyPublishedAt | date: 'dd MMMM yyyy' }}
-
- 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 +
+ Tags {{ tag }}
-
- Duration - {{ video.duration | myDurationFormatter }} +
+ Duration + {{ video.duration | myDurationFormatter }}