Files
zulip/zephyr/static/templates/tutorial_welcome.handlebars
Jessica McKellar d7ebd7ed84 Handlebars templates: Switch from Humbug to Zulip in user-visible text.
(imported from commit dc9ee6915454ce8f01bc4e4fafea1070d5be1cc7)
2013-07-15 17:38:18 -04:00

12 lines
361 B
Handlebars

{{! Contents of the "tutorial welcome" onboarding popup }}
<div class="tutorial-popover" 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>