Files
zulip/static/templates/compose-invite-users.handlebars
Sanskar Modi dee5a0c8d7 Added styling on compose notification warning button.
With CSS suggestions from Tommy Ip.
2016-12-27 15:21:20 -08:00

8 lines
504 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}}">
{{#tr this}}<strong>__name__</strong> is not subscribed to this stream.{{/tr}}
<div class="compose_invite_user_controls">
<span class="compose_invite_user_error alert alert-error" style="display: none;">{{t "Unable to subscribe user" }}</span>
<button href="" class="btn btn-warning compose_invite_link" >{{t "Subscribe" }}</button><button type="button" class="compose_invite_close close">×</button>
</div>
</div>