Files
zulip/static/templates/propagate_notification_change.handlebars
Jessica McKellar 07bb7b2fee Give users the option to propagate global stream changes.
This helps the common case of not liking our default of having audible
and desktop notifications enabled, and not making users adjust the
settings on every existing stream to fix it.

(imported from commit be75edb2c1385d1bd9a289416e2dffd8007f5e0a)
2014-03-03 16:08:32 -05:00

12 lines
437 B
Handlebars

<div>
<p>Apply this change to all 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">Yes</button>
<button type="button"
class="no_propagate_notifications btn btn-small">No</button>
</div>
</div>
</div>