diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 74ac64a63..246eac2dd 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -226,6 +226,11 @@ | |||
226 | class="video-attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }" | 226 | class="video-attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }" |
227 | >{{ tag }}</a> | 227 | >{{ tag }}</a> |
228 | </div> | 228 | </div> |
229 | |||
230 | <div class="video-attribute"> | ||
231 | <span i18n class="video-attribute-label">Duration</span> | ||
232 | <span class="video-attribute-value">{{ video.duration | myVideoDurationFormatter }}</span> | ||
233 | </div> | ||
229 | </div> | 234 | </div> |
230 | 235 | ||
231 | <my-video-comments | 236 | <my-video-comments |