Files
zulip/static/templates/compose_private_stream_alert.hbs
Anders Kaseorg 5fed442bb1 templates: Remove context argument from {{#tr}} block helper.
It only had one nontrivial use, and it’s easily replaced using the
builtin {{#with}} block helper.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-04-13 18:59:46 -07:00

7 lines
340 B
Handlebars

<div class="compose_private_stream_alert" data-stream_name="{{stream_name}}">
<span>{{#tr}}Warning: <strong>{stream_name}</strong> is a private stream.{{/tr}}</span>
<div class="compose_private_stream_alert_controls">
<button type="button" class="compose_private_stream_alert_close close">&times;</button>
</div>
</div>