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">
|
2016-05-12 13:53:41 +02:00
|
|
|
{{#tr this}}<p>Messages in __page_params.product_name__ go to a <b>stream</b> and have a <b>topic</b>.</p>{{/tr}}
|
2013-06-27 22:18:28 +02:00
|
|
|
|
|
|
|
<div class="tutorial-done-button">
|
2016-06-04 01:12:24 +02:00
|
|
|
<center>
|
|
|
|
<button class="btn btn-skip" type="submit" id="tutorial-message-skip">{{t "Exit Tutorial" }}</button>
|
2016-05-12 13:53:41 +02:00
|
|
|
<button class="btn btn-primary" type="submit" id="tutorial-message-next">{{t "Next" }}</button>
|
2016-06-04 01:12:24 +02:00
|
|
|
</center>
|
2013-06-27 22:18:28 +02:00
|
|
|
</div>
|
|
|
|
</div>
|