zulip/web/templates/stream_settings/announce_stream_checkbox.hbs

14 lines
499 B
Handlebars
Raw Normal View History

<label class="checkbox">
<input type="checkbox" name="announce" value="announce" checked />
<span class="rendered-checkbox"></span>
{{t "Announce new channel 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-automated-notices#new-channel-announcements"}}
</label>