1
0
Fork 0

Fix tag search on overview page

This commit is contained in:
Chocobozzz 2018-09-14 14:36:12 +02:00
parent 7348b1fd84
commit cfc16a6db8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="section" *ngFor="let object of overview.tags">
<div class="section-title" i18n>
<a routerLink="/search" [queryParams]="{ tagOneOf: [ object.tag ] }">{{ object.tag }}</a>
<a routerLink="/search" [queryParams]="{ tagsOneOf: [ object.tag ] }">{{ object.tag }}</a>
</div>
<my-video-miniature *ngFor="let video of object.videos" [video]="video" [user]="user"></my-video-miniature>