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/packages/assistify-threading/client/views/ThreadList.html

10 lines
226 B

<template name="ThreadList">
{{#if rooms}}
<h3 class="rooms-list__type">
{{_ "Threads"}}
</h3>
<ul class="rooms-list__list">
{{#each room in rooms}} {{> chatRoomItem room }} {{/each}}
</ul>
{{/if}}
</template>