mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
Most notably: * Tutorial * Some Handlebars templates * Some modals (imported from commit b9fb92fa2f0f78d1efbd8f7fcd280fa5652059a8)
12 lines
442 B
Handlebars
12 lines
442 B
Handlebars
{{! Contents of the "tutorial message" onboarding popup }}
|
|
|
|
<div class="tutorial-popover popover-{{placement}}" id="tutorial-message">
|
|
<p>Welcome to {{ page_params.product_name }}!</p>
|
|
|
|
<p>Messages in {{ page_params.product_name }} 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>
|