diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-24 11:40:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-24 14:04:05 +0200 |
commit | 4278710d5b48546709720fac46657b84bba52a18 (patch) | |
tree | 625adb1ca2701b6b2dd02044a8fbe68eac2dda18 /client/src/app/search/search.component.html | |
parent | d411245096b7c9ec06e6fa2ceff7aa7b0fc0c3b7 (diff) | |
download | PeerTube-4278710d5b48546709720fac46657b84bba52a18.tar.gz PeerTube-4278710d5b48546709720fac46657b84bba52a18.tar.zst PeerTube-4278710d5b48546709720fac46657b84bba52a18.zip |
Add ability to click on category/licence/language/tags in watch page
Diffstat (limited to 'client/src/app/search/search.component.html')
-rw-r--r-- | client/src/app/search/search.component.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html index a0b5e6e79..9d14daa4b 100644 --- a/client/src/app/search/search.component.html +++ b/client/src/app/search/search.component.html | |||
@@ -3,7 +3,10 @@ | |||
3 | <div class="first-line"> | 3 | <div class="first-line"> |
4 | <div class="results-counter"> | 4 | <div class="results-counter"> |
5 | <ng-container *ngIf="pagination.totalItems"> | 5 | <ng-container *ngIf="pagination.totalItems"> |
6 | {{ pagination.totalItems | myNumberFormatter }} results for <span class="search-value">{{ currentSearch }}</span> | 6 | {{ pagination.totalItems | myNumberFormatter }} results |
7 | <span *ngIf="currentSearch"> | ||
8 | for <span class="search-value">{{ currentSearch }}</span> | ||
9 | </span> | ||
7 | </ng-container> | 10 | </ng-container> |
8 | </div> | 11 | </div> |
9 | 12 | ||