diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:59:19 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:59:19 +0200 |
commit | 2ac6c5256067b13d90c8c1faa310bd59aea9a1fa (patch) | |
tree | 373089579f161b06de74f887144f9c44d04986ca /client/src/app/shared/search | |
parent | 5683534893025b962cfb14fe5c1319b0b278e77d (diff) | |
download | PeerTube-2ac6c5256067b13d90c8c1faa310bd59aea9a1fa.tar.gz PeerTube-2ac6c5256067b13d90c8c1faa310bd59aea9a1fa.tar.zst PeerTube-2ac6c5256067b13d90c8c1faa310bd59aea9a1fa.zip |
Client: fix search dropdown
Diffstat (limited to 'client/src/app/shared/search')
-rw-r--r-- | client/src/app/shared/search/search.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/search/search.component.html b/client/src/app/shared/search/search.component.html index fb13ac72e..b3afc9598 100644 --- a/client/src/app/shared/search/search.component.html +++ b/client/src/app/shared/search/search.component.html | |||
@@ -3,8 +3,8 @@ | |||
3 | <button id="simple-btn-keyboard-nav" type="button" class="btn btn-default" dropdownToggle> | 3 | <button id="simple-btn-keyboard-nav" type="button" class="btn btn-default" dropdownToggle> |
4 | {{ getStringChoice(searchCriterias.field) }} <span class="caret"></span> | 4 | {{ getStringChoice(searchCriterias.field) }} <span class="caret"></span> |
5 | </button> | 5 | </button> |
6 | <ul class="dropdown-menu" role="menu" aria-labelledby="simple-btn-keyboard-nav"> | 6 | <ul class="dropdown-menu" role="menu" aria-labelledby="simple-btn-keyboard-nav" dropdownMenu> |
7 | <li *ngFor="let choice of choiceKeys" class="dropdown-item"> | 7 | <li *ngFor="let choice of choiceKeys" class="dropdown-item" role="menu-item"> |
8 | <a class="dropdown-item" href="#" (click)="choose($event, choice)">{{ getStringChoice(choice) }}</a> | 8 | <a class="dropdown-item" href="#" (click)="choose($event, choice)">{{ getStringChoice(choice) }}</a> |
9 | </li> | 9 | </li> |
10 | </ul> | 10 | </ul> |