File tree Expand file tree Collapse file tree
social_platform/src/app/office/models
ui/src/lib/components/layout/invite-manage-card Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,4 +24,6 @@ export class Invite {
2424 specialization ?: string ;
2525
2626 user ! : User ;
27+
28+ sender ! : User ;
2729}
Original file line number Diff line number Diff line change 44< div class ="invite ">
55 < div class ="invite__main ">
66 < div class ="invite__avatars ">
7- < app-avatar [size] ="52 " [url] ="invite.user .avatar "> </ app-avatar >
7+ < app-avatar [size] ="52 " [url] ="invite.sender .avatar "> </ app-avatar >
88 </ div >
99 < div class ="invite__info ">
1010 < div class ="text-body-12 invite__text ">
11- < a [routerLink] ="['/office/profile', invite.user .id] "
12- > {{ invite.user .firstName }} {{ invite.user .lastName }}</ a
11+ < a [routerLink] ="['/office/profile', invite.sender .id] "
12+ > {{ invite.sender .firstName }} {{ invite.sender .lastName }}</ a
1313 > < br /> приглашает вас в проект < br />
1414 < a [routerLink] ="['/office/projects', invite.project.id] "
1515 > "{{ invite.project.name | truncate: 20 }}"</ a
You can’t perform that action at this time.
0 commit comments