Files
zulip/static/templates/tutorial_message.handlebars
Jessica McKellar ebd6408ec7 Make the tutorial shorter, and visually highlight important concepts.
(imported from commit 543d0ff838edbc2148df4b8d08331c793c7af4f6)
2014-01-23 17:06:27 -05:00

12 lines
392 B
Handlebars

{{! Contents of the "tutorial message" onboarding popup }}
<div class="tutorial-popover popover-{{placement}}" id="tutorial-message">
<p>Welcome to Zulip!</p>
<p>Messages in Zulip go to a <b>stream</b> and have a <b>topic</b>.</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-message-next">Next</button>
</div>
</div>