Files
zulip/zephyr/static/templates/tutorial_home.handlebars
Jessica McKellar 14e27e7583 Add the new tutorial steps.
(imported from commit 9269acbcf58332002b1d45c0134ccb2db980f05c)
2013-07-02 18:26:17 -04:00

14 lines
426 B
Handlebars

{{! Contents of the "tutorial home" onboarding popup }}
<div class="tutorial-popover" id="tutorial-home">
<p>
We show stream and private messages together, and time flows down. You
can "narrow" to a particular stream or subject by clicking on it.
</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-home-next">Next</button>
</div>
</div>