mirror of https://github.com/zulip/zulip.git
14 lines
448 B
Handlebars
14 lines
448 B
Handlebars
|
<label class="checkbox">
|
||
|
<input type="checkbox" name="announce" value="announce" checked />
|
||
|
<span></span>
|
||
|
{{t "Announce new stream in"}}
|
||
|
{{#if notifications_stream_sub}}
|
||
|
<strong>
|
||
|
{{> ../inline_decorated_stream_name
|
||
|
stream=notifications_stream_sub
|
||
|
}}
|
||
|
</strong>
|
||
|
{{/if}}
|
||
|
{{> ../help_link_widget link="/help/configure-notification-bot#new-stream-announcements"}}
|
||
|
</label>
|