2013-06-27 22:18:28 +02:00
|
|
|
{{! Contents of the "tutorial message" onboarding popup }}
|
|
|
|
|
2013-08-27 20:31:12 +02:00
|
|
|
<div class="tutorial-popover popover-{{placement}}" id="tutorial-message">
|
2014-07-16 22:43:14 +02:00
|
|
|
<p>Welcome to {{ page_params.product_name }}!</p>
|
2014-01-14 17:42:46 +01:00
|
|
|
|
2014-07-16 22:43:14 +02:00
|
|
|
<p>Messages in {{ page_params.product_name }} go to a <b>stream</b> and have a <b>topic</b>.</p>
|
2013-06-27 22:18:28 +02:00
|
|
|
|
|
|
|
<div class="tutorial-done-button">
|
|
|
|
<button class="btn btn-primary" type="submit" id="tutorial-message-next">Next</button>
|
|
|
|
</div>
|
|
|
|
</div>
|