]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/video-thumbnail.component.html
Merge branch 'release/beta-10' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-thumbnail.component.html
CommitLineData
202f6b6c
C
1<a
2 [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name"
b1d40cff 3 class="video-thumbnail"
202f6b6c 4>
c487d303 5<img alt="" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />
202f6b6c
C
6
7<div class="video-thumbnail-overlay">
8 {{ video.durationLabel }}
9</div>
10</a>