Revision 60804
Added by Konstantinos Triantafyllou over 3 years ago
notifications-sidebar.component.ts | ||
---|---|---|
27 | 27 |
<ul *ngIf="notifications.length > 0" class="uk-list"> |
28 | 28 |
<li *ngFor="let notification of notifications; let i=index" class="clickable" (click)="select(notification)"> |
29 | 29 |
<div class="uk-grid uk-grid-small" uk-grid> |
30 |
<notification-user [name]="user.firstname" [surname]="user.lastname" [outline]="true"
|
|
30 |
<notification-user [name]="notification.name" [surname]="notification.surname" [outline]="true"
|
|
31 | 31 |
colorClass="uk-text-secondary"></notification-user> |
32 | 32 |
<div class="uk-width-expand"> |
33 | 33 |
<div class="uk-width-1-1 uk-flex uk-flex-middle"> |
Also available in: Unified diff
[Library | Trunk]: Fix user name and surname on notification list