mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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)
12 lines
437 B
Handlebars
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> |