update codelyzer last version wit accessibility check

This commit is contained in:
Eugenio Romano
2019-03-26 17:05:03 +00:00
parent fbb6ab6cb8
commit 89f612bbb0
18 changed files with 150 additions and 126 deletions

View File

@@ -11,10 +11,9 @@
{{getUserShortName(comment.createdBy)}}
</div>
<div>
<img *ngIf="isPictureDefined(comment.createdBy)"
<img [alt]="comment.createdBy" *ngIf="isPictureDefined(comment.createdBy)"
class="adf-people-img"
[src]="getUserImage(comment.createdBy)"
/>
[src]="getUserImage(comment.createdBy)" />
</div>
</div>
<div class="adf-comment-contents">