diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-10 10:30:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-10 10:30:39 +0100 |
commit | 62fca05de45848f3241c1b078df51d79692ebfee (patch) | |
tree | a096364c5d64fc7377bfc82182623258aa7ba9ba /client/src/app/videos | |
parent | dce659fa7cb2b0f814e454a7a5c6860f9c37b39e (diff) | |
download | PeerTube-62fca05de45848f3241c1b078df51d79692ebfee.tar.gz PeerTube-62fca05de45848f3241c1b078df51d79692ebfee.tar.zst PeerTube-62fca05de45848f3241c1b078df51d79692ebfee.zip |
Fix default avatar URL
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 |