mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
With Ember Attacher component. This commit removes redundant BS code. Co-Authored-By: McMatts <matt@documize.com>
4 lines
168 B
Handlebars
4 lines
168 B
Handlebars
<div class="avatar" id="avatar-{{refId}}">
|
|
{{user-initials firstname lastname}}
|
|
{{#attach-tooltip showDelay=1000}}{{firstname}}{{lastname}}{{/attach-tooltip}}
|
|
</div>
|