Files
zulip/static/templates/bankruptcy_modal.handlebars
Tim Abbott 3bba0cc927 Move zephyr/static to just static.
It's not really a part of the server (aka the rest of zephyr/).

(imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
2013-07-29 12:11:26 -04:00

7 lines
240 B
Handlebars

{{! The unread count in the bankruptcy modal }}
<div class="modal-body">
<p>It's been a while! Since you were last here, you received <b>{{unread_count}}</b> new messages.</p>
<p>Do you want to skip to your latest messages?</p>
</div>