Fix tag search on overview page
This commit is contained in:
parent
7348b1fd84
commit
cfc16a6db8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue