zulip/static/templates/tutorial_stream.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

12 lines
375 B
Handlebars

{{! Contents of the "tutorial stream" onboarding popup }}
<div class="tutorial-popover" id="tutorial-stream">
<p>
Streams are like chat rooms or mailing lists. You can easily join, leave, and make them.
</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-stream-next">Next</button>
</div>
</div>