Files
zulip/static/templates/propagate_notification_change.handlebars
Waseem Daher fb00ee79a0 Fix unstyled button on Settings stream notification propagation.
(imported from commit ebc046e8d0f29a6bbf64005c70f32522a366fa6b)
2014-03-06 12:45:06 -05:00

12 lines
449 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-default btn-small">No</button>
</div>
</div>
</div>