|
|
|
@@ -27,6 +27,8 @@ |
|
|
|
<div class="col-12 col-sm-6 col-lg-4 has-image"> |
|
|
|
<img *ngIf="contact.imageUrl !== null && contact.imageUrl !== undefined" src="{{contact.imageUrl}}" width="247" height="94" |
|
|
|
alt="{{contact.firstName}} {{contact.lastName}}" title="{{contact.firstName}} {{contact.lastName}}" /> |
|
|
|
<img *ngIf="contact.imageUrl === null || contact.imageUrl === undefined" |
|
|
|
src="/assets/images/icons/dummy-person.png" width="247" height="94" alt="" /> |
|
|
|
</div> |
|
|
|
<span class="position-absolute bi bi-pencil p-2" data-type="user-tool" data-action="edit" |
|
|
|
(click)="openModalEditContact()"> |
|
|
|
|