mirror of https://github.com/rancher/ui.git
13 lines
308 B
Handlebars
13 lines
308 B
Handlebars
{{yield}}
|
|
{{#if avatarSrc}}
|
|
{{#if (and url link)}}
|
|
<a href="{{url}}" target="_blank">
|
|
<img src="{{avatarSrc}}" width="{{size}}" height="{{size}}">
|
|
</a>
|
|
{{else}}
|
|
<img src="{{avatarSrc}}" width="{{size}}" height="{{size}}">
|
|
{{/if}}
|
|
{{else}}
|
|
<div class="gh-placeholder"></div>
|
|
{{/if}}
|