Files
zulip/static/templates/message_info_popover_title.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
147 B
Handlebars

{{! Title of the "message actions" popup }}
{{#if message.is_stream}}
Message to stream <b>{{message.stream}}</b>
{{else}}
Private message
{{/if}}