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/rocketchat-ui-admin/admin/users/adminUserChannels.html

9 lines
294 B

<template name="adminUserChannels">
{{#unless hasPermission 'view-full-other-user-info'}}
<p>You are not authorized to view this page.</p>
{{else}}
<div class="user-info-channel">
<h3><a href="{{route}}"><i class="icon-{{type}}"></i> {{name}}</a></h3>
</div>
{{/unless}}
</template>