mirror of https://github.com/zulip/zulip.git
8 lines
561 B
Handlebars
8 lines
561 B
Handlebars
<div class="compose_invite_user" data-useremail="{{email}}">
|
|
<p>{{#tr this}}<strong>__name__</strong> is not subscribed to this stream. They will not be notified unless you subscribe them.{{/tr}}</p>
|
|
<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 class="btn btn-warning compose_invite_link" >{{t "Subscribe" }}</button><button type="button" class="compose_invite_close close">×</button>
|
|
</div>
|
|
</div>
|