Files
zulip/static/templates/compose-invite-users.handlebars
Steve Howell ca1264fd0c Fix indentation in compose-invite-users.handlebars
(imported from commit 32e4ad5f80bdc08bc1579c4e528a1c9e4d65f9ef)
2013-10-09 17:18:57 -04:00

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>