]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/angular/videos/components/list/video-sort.component.html
Make the sort/results bar less ugly
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / list / video-sort.component.html
CommitLineData
a99593ed 1<select class="form-control input-sm" [(ngModel)]="currentSort" (ngModelChange)="onSortChange()">
cf20596c
C
2 <option *ngFor="let choice of choiceKeys" [value]="choice">
3 {{ getStringChoice(choice) }}
4 </option>
5</select>