Files
zulip/zephyr/static/templates/tutorial_home.handlebars
Jessica McKellar dac5a46fa4 Rename user-visible uses of "subject" to "topic".
(imported from commit 19e08a13624686da8703fcb8b5eefe2e29edf64b)
2013-07-17 12:04:45 -04:00

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>