rectification de 'publishedAt' sur la page 'user/search'
This commit is contained in:
parent
f1614c44aa
commit
7ea0a5eb97
6 changed files with 58 additions and 5 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<!-- Search bar -->
|
||||
<div class="input-group" style="width: 100%; margin: 0 auto;">
|
||||
<div class="form-outline" style="width: 100%; margin: 0 auto;">
|
||||
<input type="search" placeholder="Rechercher..." class="inputSearchBar"/>
|
||||
<input type="search" placeholder="Rechercher..." class="inputSearchBar" (keydown)="onEnterOnSearchBar($event)"/>
|
||||
<button mat-icon-button (click)="onSearch()">
|
||||
<mat-icon>search</mat-icon>
|
||||
</button>
|
||||
|
|
|
|||
Reference in a new issue