mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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>
7 lines
340 B
Handlebars
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">×</button>
|
|
</div>
|
|
</div>
|