aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-20 01:08:46 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-20 16:48:21 +0200
commitf845c68305f61686b5d3336fa9251afeae0c083a (patch)
tree659af109eb69438de5fe21357968e7c7edaf9696 /client/src/app/shared
parent5c142a4bab955d2dbe831efd537c2fe52246db13 (diff)
downloadPeerTube-f845c68305f61686b5d3336fa9251afeae0c083a.tar.gz
PeerTube-f845c68305f61686b5d3336fa9251afeae0c083a.tar.zst
PeerTube-f845c68305f61686b5d3336fa9251afeae0c083a.zip
fix SEO tags and attributes
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.html b/client/src/app/shared/video/video-thumbnail.component.html
index c1d45ea18..6935ed948 100644
--- a/client/src/app/shared/video/video-thumbnail.component.html
+++ b/client/src/app/shared/video/video-thumbnail.component.html
@@ -2,7 +2,7 @@
2 [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name" 2 [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name"
3 class="video-thumbnail" 3 class="video-thumbnail"
4> 4>
5<img alt="" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" /> 5<img [attr.alt]="video.name" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />
6 6
7<div class="video-thumbnail-overlay"> 7<div class="video-thumbnail-overlay">
8 {{ video.durationLabel }} 8 {{ video.durationLabel }}