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">
|
2017-02-21 20:44:43 +01:00
|
|
|
{{#tr this}}<p>Messages in Zulip 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">
|
2017-03-10 07:12:57 +01:00
|
|
|
<center>
|
|
|
|
<button class="btn btn-skip" type="submit" id="tutorial-message-skip">{{t "Exit tutorial" }}</button>
|
|
|
|
<button class="btn btn-primary" type="submit" id="tutorial-message-next">{{t "Next" }}</button>
|
|
|
|
</center>
|
2013-06-27 22:18:28 +02:00
|
|
|
</div>
|
|
|
|
</div>
|