Skip to content
Snippets Groups Projects
Commit 90fefc8d authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #00000 TIME 0 fix notes contact

parent ee350980
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,11 @@
<p mat-line class="contact-content" *ngIf="!empty(option.addressCountry)"
[title]="option.addressCountry"> {{option.addressCountry}} </p>
</mat-list-item>
<mat-list-item class="contact-item" *ngIf="!empty(option.notes)">
<mat-icon mat-list-icon class="contact-group far fa-sticky-note" [title]="'lang.note' | translate">
</mat-icon>
<p mat-line class="contact-content" [title]="option.notes"> {{option.notes}} </p>
</mat-list-item>
<ng-container *ngFor="let customField of option.customFields">
<mat-list-item class="contact-item" *ngIf="customField.value !== null">
<mat-icon mat-list-icon class="contact-group fas fa-hashtag"
......
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