Files
zulip/static/templates/tutorial_message.handlebars
Waseem Daher c90b76444d More whitelabeling stragglers.
Most notably:
* Tutorial
* Some Handlebars templates
* Some modals

(imported from commit b9fb92fa2f0f78d1efbd8f7fcd280fa5652059a8)
2014-07-29 21:46:33 -07:00

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>