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

FEAT #00000 TIME 0 fix notes contact

(cherry picked from commit 90fefc8d)
parent 196529aa
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,11 @@ ...@@ -74,6 +74,11 @@
<p mat-line class="contact-content" *ngIf="!empty(option.addressCountry)" <p mat-line class="contact-content" *ngIf="!empty(option.addressCountry)"
[title]="option.addressCountry"> {{option.addressCountry}} </p> [title]="option.addressCountry"> {{option.addressCountry}} </p>
</mat-list-item> </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"> <ng-container *ngFor="let customField of option.customFields">
<mat-list-item class="contact-item" *ngIf="customField.value !== null"> <mat-list-item class="contact-item" *ngIf="customField.value !== null">
<mat-icon mat-list-icon class="contact-group fas fa-hashtag" <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