mirror of https://github.com/zulip/zulip.git
13 lines
473 B
Handlebars
13 lines
473 B
Handlebars
<div>
|
|
<p>{{t "Apply this change to all current stream subscriptions?" }}</p>
|
|
|
|
<div class="control-group">
|
|
<div class="controls propagate-notifications-controls">
|
|
<button type="button"
|
|
class="yes_propagate_notifications btn btn-primary btn-small">{{t "Yes" }}</button>
|
|
<button type="button"
|
|
class="no_propagate_notifications btn btn-default btn-small">{{t "No" }}</button>
|
|
</div>
|
|
</div>
|
|
</div>
|