zulip/web/templates/stream_settings/announce_stream_checkbox.hbs

14 lines
470 B
Handlebars

<label class="checkbox">
<input type="checkbox" name="announce" value="announce" checked />
<span></span>
{{t "Announce new stream in"}}
{{#if new_stream_announcements_stream_sub}}
<strong>
{{> ../inline_decorated_stream_name
stream=new_stream_announcements_stream_sub
}}
</strong>
{{/if}}
{{> ../help_link_widget link="/help/configure-notification-bot#new-stream-announcements"}}
</label>