File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/core/components/user-avatar Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11< ng-container *ngIf ="avatarUrl ">
2- < img class ="userpicture " *ngIf ="linkProfile " [url] ="avatarUrl " [alt] ="'core.pictureof' | translate:{$a: fullname} " core-external-content
3- (error) =" loadImageError() " ( ariaButtonClick) ="gotoProfile($event) " [siteId] ="siteId ">
2+ < img class ="userpicture " *ngIf ="linkProfile " [url] ="avatarUrl " [alt] ="fullname " core-external-content (error) =" loadImageError() "
3+ (ariaButtonClick) ="gotoProfile($event) " [siteId] ="siteId ">
44
55 < img class ="userpicture " *ngIf ="!linkProfile " [url] ="avatarUrl " [alt] ="'core.pictureof' | translate:{$a: fullname} "
66 core-external-content (error) ="loadImageError() " aria-hidden ="true " [siteId] ="siteId ">
77</ ng-container >
88< ng-container *ngIf ="!avatarUrl && initials ">
9- < div class ="userinitials " *ngIf ="linkProfile " [attr.aria-label] ="'core.pictureof' | translate:{$a: fullname} "
10- [title] =" 'core.pictureof' | translate:{$a: fullname} " (ariaButtonClick) =" gotoProfile($event) " [ attr.data-initials] ="initials ">
9+ < div class ="userinitials " *ngIf ="linkProfile " [attr.aria-label] ="fullname " [title] =" fullname " (ariaButtonClick) =" gotoProfile($event) "
10+ [attr.data-initials] ="initials ">
1111 </ div >
1212
1313 < div class ="userinitials " *ngIf ="!linkProfile " [attr.aria-label] ="'core.pictureof' | translate:{$a: fullname} "
You can’t perform that action at this time.
0 commit comments