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/ui-message/client/messageBox/messageBoxReadOnly.html

15 lines
371 B

<template name="messageBoxReadOnly" args="rid, isSubscribed">
{{#if customTemplate}}
{{> Template.dynamic template=customTemplate }}
{{else}}
<span>
{{_ "room_is_read_only"}}
</span>
{{#unless isSubscribed}}
<button class="js-join rc-button rc-button--primary rc-message-box__join-button">
{{_ "join"}}
</button>
{{/unless}}
{{/if}}
</template>