Skip to content
Snippets Groups Projects
Commit 62f72562 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

Merge branch '364-liste-annuaire-prise-de-rdv' into 'dev'

Resolve "[Liste annuaire] - Prise de RDV"

See merge request !581
parents 20e1029f 2e18246a
No related branches found
No related tags found
2 merge requests!608V2.4.2,!581Resolve "[Liste annuaire] - Prise de RDV"
......@@ -26,6 +26,9 @@
<p class="name">{{ user.name | userName }} {{ user.surname | uppercase }}</p>
<p *ngIf="user.job" class="job">{{ user.job.name }}</p>
</div>
<span *ngIf="user.withAppointment">
<app-svg-icon [type]="'ico'" [icon]="'rdv'" [iconColor]="'black'" [iconClass]="'icon-22'"></app-svg-icon>
</span>
<div *ngIf="user.employer" class="employer">{{ user.employer.name }}</div>
</div>
<div *ngIf="showPagination" class="pagination">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment