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/app/tokenpass/client/tokenChannelsList.html

14 lines
329 B

<template name="tokenChannelsList">
<h3 class="rooms-list__type">
Token Channels
</h3>
<ul class="rooms-list__list">
<ul class="rooms-list__list">
{{#each room in rooms}}
{{> chatRoomItem room }}
{{else}}
<p class="rooms-list__empty-room">{{_ "No_channels_yet" }}</p>
{{/each}}
</ul>
</ul>
</template>