1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-27 17:19:42 +02:00
documize/gui/app/templates/components/ui/ui-avatar.hbs

5 lines
168 B
Handlebars
Raw Normal View History

<div class="avatar" id="avatar-{{refId}}">
2016-11-30 17:56:36 -08:00
{{user-initials firstname lastname}}
{{#attach-tooltip showDelay=1000}}{{firstname}}{{lastname}}{{/attach-tooltip}}
2016-11-30 17:56:36 -08:00
</div>