mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
It's not really a part of the server (aka the rest of zephyr/). (imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
12 lines
361 B
Handlebars
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>
|