The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/views/app/userImageProfile.html

8 lines
233 B

<template name="userImageProfile">
<li class='user-image user-card-room {{userStatus}}'>
<a data-userid="{{this._id}}" tabindex="0" title="{{userName}}">
{{> avatar userId=_id}}
<p>{{userName}}</p>
</a>
</li>
</template>