zulip/static/templates/tutorial_welcome.handlebars

12 lines
383 B
Handlebars

{{! Contents of the "tutorial welcome" onboarding popup }}
<div class="tutorial-popover popover-{{placement}}" id="tutorial-welcome">
<p>
Zulip isn't like other chat tools. Here are some things you need to know.
</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-welcome-next">Next</button>
</div>
</div>