2018-04-04 19:38:09 +02:00
|
|
|
<div class="compose_not_subscribed">
|
|
|
|
<p>
|
2021-04-14 03:04:02 +02:00
|
|
|
{{#tr}}
|
2018-04-04 19:38:09 +02:00
|
|
|
You're not subscribed to this stream. You will not be notified if other users reply to your message.
|
|
|
|
{{/tr}}
|
|
|
|
</p>
|
|
|
|
<div>
|
2018-10-31 19:59:40 +01:00
|
|
|
{{#if should_display_sub_button}}
|
2018-04-04 19:38:09 +02:00
|
|
|
<button id="error-message-sub-button" class="btn btn-warning subscribe-button sub_unsub_button">{{t "Subscribe" }}</button><button type="button" id="compose_not_subscribed_close" class="close">×</button>
|
2018-10-31 19:59:40 +01:00
|
|
|
{{/if}}
|
2018-04-04 19:38:09 +02:00
|
|
|
</div>
|
|
|
|
</div>
|