zulip/static/templates/compose-invite-users.handle...

8 lines
444 B
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="compose_invite_user" data-useremail="{{email}}">
<strong>{{name}}</strong> is not subscribed to this stream.
<div class="compose_invite_user_controls">
<span class="compose_invite_user_error alert alert-error" style="display: none;">Unable to subscribe user</span>
<button href="" class="compose_invite_link btn" >Subscribe</button><button type="button" class="compose_invite_close close">×</button>
</div>
</div>