2020-02-27 15:33:33 +03:00
|
|
|
<figure class="gh-member-gravatar {{@containerClass}}">
|
2022-05-17 13:18:37 +03:00
|
|
|
{{#if this.avatarImage}}
|
|
|
|
<img class="gh-member-avatar-image" src="{{this.avatarImage}}" alt="{{or @member.name @member.email}}" />
|
2022-08-05 15:57:00 +03:00
|
|
|
{{else}}
|
|
|
|
<div class="gh-member-initials flex items-center justify-center br-100 {{@containerClass}}" style={{this.backgroundStyle}}>
|
|
|
|
<span class="gh-member-avatar-label {{or @sizeClass "gh-member-list-avatar"}}">{{this.initials}}</span>
|
|
|
|
</div>
|
2022-05-17 13:18:37 +03:00
|
|
|
{{/if}}
|
2022-05-09 15:29:45 +03:00
|
|
|
</figure>
|