aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-24 09:50:05 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-24 09:50:38 +0200
commit01448622992b12318a2fff508e501732b59dd6be (patch)
tree37b8668676c48b66d8feb60bcb58d32ef270e42d /client/src/app/shared
parent9ca1e3a02c3c7a2beaf8a71d46e9d7da270acc3d (diff)
downloadPeerTube-01448622992b12318a2fff508e501732b59dd6be.tar.gz
PeerTube-01448622992b12318a2fff508e501732b59dd6be.tar.zst
PeerTube-01448622992b12318a2fff508e501732b59dd6be.zip
revert f845c683 partial: "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 6935ed948..c1d45ea18 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 [attr.alt]="video.name" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" /> 5<img alt="" [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 }}