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/sideNav/directMessages.html

13 lines
272 B

<template name="directMessages">
<h3 class="add-room {{isActive}}">
{{_ "Direct_Messages"}}
<i class="a-plus"></i>
</h3>
<ul>
{{#each rooms}}
{{> chatRoomItem }}
{{else}}
<p class="empty">{{_ "No_direct_messages_yet" }}</p>
{{/each}}
</ul>
</template>