mirror of https://github.com/zulip/zulip.git
14 lines
424 B
Handlebars
14 lines
424 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 topic 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>
|