diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 3 |
1 files changed, 2 insertions, 1 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 9f1b51b2d..bc3a3ffdd 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -145,6 +145,7 @@ | |||
145 | <div class="pt-3 border-top video-info-channel d-flex"> | 145 | <div class="pt-3 border-top video-info-channel d-flex"> |
146 | <div class="video-info-channel-left d-flex"> | 146 | <div class="video-info-channel-left d-flex"> |
147 | <avatar-channel [video]="video"></avatar-channel> | 147 | <avatar-channel [video]="video"></avatar-channel> |
148 | |||
148 | <div class="video-info-channel-left-links ml-1"> | 149 | <div class="video-info-channel-left-links ml-1"> |
149 | <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page"> | 150 | <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page"> |
150 | {{ video.channel.displayName }} | 151 | {{ video.channel.displayName }} |
@@ -230,7 +231,7 @@ | |||
230 | <div class="video-attribute"> | 231 | <div class="video-attribute"> |
231 | <span i18n class="video-attribute-label">Duration</span> | 232 | <span i18n class="video-attribute-label">Duration</span> |
232 | <span class="video-attribute-value">{{ video.duration | myVideoDurationFormatter }}</span> | 233 | <span class="video-attribute-value">{{ video.duration | myVideoDurationFormatter }}</span> |
233 | </div> | 234 | </div> |
234 | </div> | 235 | </div> |
235 | 236 | ||
236 | <my-video-comments | 237 | <my-video-comments |